Skip to content

Commit 83be985

Browse files
committed
Update failed tests list
1 parent 73591c0 commit 83be985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/core/23_test_problems_tests.jl

+1-1
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)