Skip to content

Commit 575f4ce

Browse files
committed
Update failed tests list
1 parent f44b632 commit 575f4ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/core/23_test_problems_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ end
6363
alg_ops = (Halley(),)
6464

6565
broken_tests = Dict(alg => Int[] for alg in alg_ops)
66-
broken_tests[alg_ops[1]] = [1, 5, 8, 15, 16]
66+
broken_tests[alg_ops[1]] = [1, 5, 15, 16]
6767

6868
test_on_library(problems, dicts, alg_ops, broken_tests)
6969
end

0 commit comments

Comments
 (0)