Skip to content

Commit

Permalink
Skip 1 broyden test
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Nov 28, 2023
1 parent 8324047 commit 49f8904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/23_test_problems.jl
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ end
broken_tests[alg_ops[1]] = [1, 4, 5, 6, 11, 12, 13, 14]

skip_tests = Dict(alg => Int[] for alg in alg_ops)
skip_tests[alg_ops[1]] = [22]
skip_tests[alg_ops[1]] = [2, 22]

test_on_library(problems, dicts, alg_ops, broken_tests; skip_tests)
end
Expand Down

0 comments on commit 49f8904

Please sign in to comment.