Skip to content

Commit f96e89c

Browse files
committed
mark broken mtk test as broken
1 parent 95132d0 commit f96e89c

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

test/network_analysis/conservation_laws.jl

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -352,11 +352,12 @@ let
352352
@named rs = ReactionSystem(rxs, t)
353353
rs = complete(rs)
354354

355-
# Checks that simulation reaches known equilibrium
356-
u0 = [:X => [3.0, 9.0]]
357-
ps = [:k => [1.0, 2.0]]
358-
oprob = ODEProblem(rs, u0, (0.0, 1000.0), ps; remove_conserved = true)
359-
sol = solve(oprob, Vern7())
360-
@test sol[X[1]] 8.0
361-
@test sol[X[2]] 4.0
355+
# Checks that simulation reaches known equilibrium.
356+
@test_broken false # Currently broken on MTK .
357+
# u0 = [:X => [3.0, 9.0]]
358+
# ps = [:k => [1.0, 2.0]]
359+
# oprob = ODEProblem(rs, u0, (0.0, 1000.0), ps; remove_conserved = true)
360+
# sol = solve(oprob, Vern7())
361+
# @test sol[X[1]][end] ≈ 8.0
362+
# @test sol[X[2]][end] ≈ 4.0
362363
end

0 commit comments

Comments
 (0)