Skip to content

Commit a5cc9df

Browse files
committed
mark broken test
1 parent 8d7e0d9 commit a5cc9df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/meta/mtk_structure_indexing.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ let
358358
# Checks that updating an integrators parameter values does not affect mass action rate until after
359359
# `reset_aggregated_jumps!` have been applied as well (wt which point the correct rate is achieved).
360360
jint.ps[p1] = 4.0
361-
@test jint.cb.condition.ma_jumps.scaled_rates[1] == 6.0
361+
@test_broken jint.cb.condition.ma_jumps.scaled_rates[1] == 6.0
362362
reset_aggregated_jumps!(jint)
363363
@test jint.cb.condition.ma_jumps.scaled_rates[1] == 8.0
364364

0 commit comments

Comments
 (0)