From 83642d4fc6f4787e5f98dc72635534ef581886ab Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sat, 16 Sep 2023 23:29:57 -0400 Subject: [PATCH] Omit failing linear solver issues on v1.6 tests --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 7a92bc7f4..46a2079ec 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -104,7 +104,7 @@ end @time @safetestset "Table Inference Tests" begin include("downstream/tables.jl") end - @time @safetestset "Default linsolve with structure" begin + VERSION >= v"1.7" && @time @safetestset "Default linsolve with structure" begin include("downstream/default_linsolve_structure.jl") end @time @safetestset "Callback Merging Tests" begin