Skip to content

Commit

Permalink
Remove implicit GC stress test, as the parallel test is positive
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Dec 11, 2024
1 parent 4a93462 commit f7b2fa9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gc/stm_tests_impl.ml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,4 @@ let _ =
agree_test ~count:1000 ~name:"STM implicit Gc test sequential";
agree_child_test ~count:1000 ~name:"STM implicit Gc test sequential in child domain";
GC_STM_dom.agree_test_par ~count:1000 ~name:"STM implicit Gc test parallel";
GC_STM_dom.stress_test_par ~count:1000 ~name:"STM implicit Gc stress test parallel";
]

0 comments on commit f7b2fa9

Please sign in to comment.