Skip to content

Commit c35e053

Browse files
committed
comment out stability tests
1 parent 1d06060 commit c35e053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ end
9393
# @time @safetestset "Structural Identifiability Extension" begin include("extensions/structural_identifiability.jl") end
9494

9595
# Tests stability computation (but requires the HomotopyContinuation extension).
96-
@time @safetestset "Steady State Stability Computations" begin include("extensions/stability_computation.jl") end
96+
#@time @safetestset "Steady State Stability Computations" begin include("extensions/stability_computation.jl") end
9797

9898
# Test spatial plotting, using CarioMakie and GraphMakie
9999
@time @safetestset "Lattice Simulation Plotting" begin include("extensions/lattice_simulation_plotting.jl") end

0 commit comments

Comments
 (0)