Skip to content

Commit 41e8506

Browse files
authored
test_throws can only be skipped?
1 parent f00955a commit 41e8506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/precompile_test.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ p = collect(4:6)
1616
@test parentmodule(typeof(ODEPrecompileTest.f_bad.f.f_oop).parameters[2]) == ModelingToolkit
1717
@test parentmodule(typeof(ODEPrecompileTest.f_noeval_bad.f.f_iip).parameters[2]) == ModelingToolkit
1818
@test parentmodule(typeof(ODEPrecompileTest.f_noeval_bad.f.f_oop).parameters[2]) == ModelingToolkit
19-
@test_broken begin
19+
@test_skip begin
2020
@test_throws KeyError ODEPrecompileTest.f_bad(u, p, 0.1)
2121
@test_throws KeyError ODEPrecompileTest.f_noeval_bad(u, p, 0.1)
2222
end

0 commit comments

Comments
 (0)