diff --git a/test/runtests.jl b/test/runtests.jl index fbd85abbb0..d1d0189080 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -59,7 +59,7 @@ using SafeTestsets, Test # Tests extensions. @time @safetestset "BifurcationKit Extension" begin include("extensions/bifurcation_kit.jl") end - @time @safetestset "HomotopyContinuation Extension" begin include("extensions/homotopy_continuation.jl") end + #@time @safetestset "HomotopyContinuation Extension" begin include("extensions/homotopy_continuation.jl") end @time @safetestset "Structural Identifiability Extension" begin include("extensions/structural_identifiability.jl") end # Tests stability computation (uses HomotopyContinuation extension).