diff --git a/test/23_test_problems.jl b/test/23_test_problems.jl index fbddaf56e..fb16feb9d 100644 --- a/test/23_test_problems.jl +++ b/test/23_test_problems.jl @@ -101,18 +101,10 @@ end broken_tests[alg_ops[2]] = [1, 5, 6, 8, 11, 18] broken_tests[alg_ops[3]] = [1, 4, 5, 6, 9, 11] broken_tests[alg_ops[4]] = [1, 5, 6, 8, 11] - broken_tests[alg_ops[5]] = [1, 3, 4, 5, 6, 8, 9, 11, 12, 15, 21] - broken_tests[alg_ops[6]] = [3, 4, 5, 6, 8, 9, 11, 12, 21] - - skip_tests = Dict(alg => Int[] for alg in alg_ops) - skip_tests[alg_ops[1]] = [2, 22] - skip_tests[alg_ops[2]] = [2, 22] - skip_tests[alg_ops[3]] = [2, 22] - skip_tests[alg_ops[4]] = [2, 22] - skip_tests[alg_ops[5]] = [2, 22] - skip_tests[alg_ops[6]] = [2, 22] - - test_on_library(problems, dicts, alg_ops, broken_tests; skip_tests) + broken_tests[alg_ops[5]] = [1, 2, 3, 4, 5, 6, 8, 9, 11, 12, 15, 21] + broken_tests[alg_ops[6]] = [2, 3, 4, 5, 6, 8, 9, 11, 12, 21, 22] + + test_on_library(problems, dicts, alg_ops, broken_tests) end @testset "Klement 23 Test Problems" begin