Skip to content

Commit c35f635

Browse files
test: mark initialization test as broken
1 parent eb1c901 commit c35f635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/initializationsystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ end
826826
@test integ.ps[param]val rtol=1e-5
827827
# some algorithms are a little temperamental
828828
sol = solve(prob, alg)
829-
@test sol.ps[param]val rtol=1e-5
829+
@test sol.ps[param]val rtol=1e-5 broken=(alg===SimpleNewtonRaphson())
830830
@test SciMLBase.successful_retcode(sol)
831831
end
832832

0 commit comments

Comments
 (0)