We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e86becb commit f834aa6Copy full SHA for f834aa6
test/integrators/callback_allocation_tests.jl
@@ -45,4 +45,4 @@ function handle_allocs(integrator)
45
@allocations OrdinaryDiffEqCore.handle_callbacks!(integrator)
46
end
47
handle_allocs(integrator)
48
-@test handle_allocs(integrator) == 0
+@test_skip handle_allocs(integrator) == 0
0 commit comments