Skip to content

Commit c67f844

Browse files
committed
Disable protective check by default
1 parent 4e1638a commit c67f844

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

test/23_test_problems.jl

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -101,18 +101,10 @@ end
101101
broken_tests[alg_ops[2]] = [1, 5, 6, 8, 11, 18]
102102
broken_tests[alg_ops[3]] = [1, 4, 5, 6, 9, 11]
103103
broken_tests[alg_ops[4]] = [1, 5, 6, 8, 11]
104-
broken_tests[alg_ops[5]] = [1, 3, 4, 5, 6, 8, 9, 11, 12, 15, 21]
105-
broken_tests[alg_ops[6]] = [3, 4, 5, 6, 8, 9, 11, 12, 21]
106-
107-
skip_tests = Dict(alg => Int[] for alg in alg_ops)
108-
skip_tests[alg_ops[1]] = [2, 22]
109-
skip_tests[alg_ops[2]] = [2, 22]
110-
skip_tests[alg_ops[3]] = [2, 22]
111-
skip_tests[alg_ops[4]] = [2, 22]
112-
skip_tests[alg_ops[5]] = [2, 22]
113-
skip_tests[alg_ops[6]] = [2, 22]
114-
115-
test_on_library(problems, dicts, alg_ops, broken_tests; skip_tests)
104+
broken_tests[alg_ops[5]] = [1, 2, 3, 4, 5, 6, 8, 9, 11, 12, 15, 21]
105+
broken_tests[alg_ops[6]] = [2, 3, 4, 5, 6, 8, 9, 11, 12, 21, 22]
106+
107+
test_on_library(problems, dicts, alg_ops, broken_tests)
116108
end
117109

118110
@testset "Klement 23 Test Problems" begin

0 commit comments

Comments
 (0)