Skip to content

Commit

Permalink
Merge pull request ocaml#13473 from OlivierNicole/disable-flaky-tsan
Browse files Browse the repository at this point in the history
Disable flaky test under ThreadSanitizer
  • Loading branch information
gasche authored Sep 24, 2024
2 parents 9702e43 + dd95be2 commit d7f1ddb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testsuite/tests/lib-systhreads/test_c_thread_register.ml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
(* TEST
modules = "test_c_thread_register_cstubs.c";
include systhreads;
no-tsan; (* Flaky under TSan, disable until fixed (see issue #13472) *)
hassysthreads;
not-bsd;
{
Expand Down

0 comments on commit d7f1ddb

Please sign in to comment.