Skip to content

Commit

Permalink
Remove stress test as the parallel test is positive and hence stress …
Browse files Browse the repository at this point in the history
…tests
  • Loading branch information
jmid committed Aug 29, 2024
1 parent c8e4a43 commit 9ef90b5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/gc/stm_tests.ml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ module GC_STM_dom = STM_domain.Make(GCConf)

let _ =
QCheck_base_runner.run_tests_main [
GC_STM_seq.agree_test ~count:1000 ~name:"STM Gc test sequential";
GC_STM_dom.agree_test_par ~count:1000 ~name:"STM Gc test parallel";
GC_STM_dom.stress_test_par ~count:1000 ~name:"STM Gc stress test parallel";
GC_STM_seq.agree_test ~count:1000 ~name:"STM Gc test sequential";
GC_STM_dom.agree_test_par ~count:1000 ~name:"STM Gc test parallel";
]

0 comments on commit 9ef90b5

Please sign in to comment.