Skip to content

Commit

Permalink
Disable protective check by default
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Dec 8, 2023
1 parent 4e1638a commit c67f844
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions test/23_test_problems.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c67f844

Please sign in to comment.