Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 49f8904

Browse files
committed
Skip 1 broyden test
1 parent 8324047 commit 49f8904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/23_test_problems.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ end
7373
broken_tests[alg_ops[1]] = [1, 4, 5, 6, 11, 12, 13, 14]
7474

7575
skip_tests = Dict(alg => Int[] for alg in alg_ops)
76-
skip_tests[alg_ops[1]] = [22]
76+
skip_tests[alg_ops[1]] = [2, 22]
7777

7878
test_on_library(problems, dicts, alg_ops, broken_tests; skip_tests)
7979
end

0 commit comments

Comments
 (0)