diff --git a/test/23_test_problems_tests.jl b/test/23_test_problems_tests.jl index 30dfa66aa..744ca74b3 100644 --- a/test/23_test_problems_tests.jl +++ b/test/23_test_problems_tests.jl @@ -148,7 +148,10 @@ end if Sys.isapple() broken_tests[alg_ops[1]]=[1, 5, 11] broken_tests[alg_ops[3]]=[1, 5, 6, 9, 11] - if VERSION≥v"1.11-" + if VERSION≥v"1.12" + # Test #4 (Wood function) passes on v1.12+ + broken_tests[alg_ops[5]]=[1, 5, 11] + elseif VERSION≥v"1.11-" broken_tests[alg_ops[5]]=[1, 4, 5, 11] else broken_tests[alg_ops[5]]=[1, 5, 11]