Skip to content

Commit 40c68a8

Browse files
committed
Mark ODAEProblem as broken
1 parent f767f39 commit 40c68a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/state_selection.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ let
196196
prob1 = ODEProblem(sys, u0, (0.0, 0.1))
197197
prob2 = ODAEProblem(sys, u0, (0.0, 0.1))
198198
@test solve(prob1, FBDF()).retcode == ReturnCode.Success
199-
@test solve(prob2, FBDF()).retcode == ReturnCode.Success
199+
@test_broken solve(prob2, FBDF()).retcode == ReturnCode.Success
200200
end
201201

202202
let

0 commit comments

Comments
 (0)