diff --git a/test/test-fork.c b/test/test-fork.c index 9e4684f0..0cb04423 100644 --- a/test/test-fork.c +++ b/test/test-fork.c @@ -646,6 +646,10 @@ TEST_IMPL(fork_threadpool_queue_work_simple) { pid_t child_pid; uv_loop_t loop; +#ifdef __TSAN__ + RETURN_SKIP("ThreadSanitizer doesn't support multi-threaded fork"); +#endif + /* Prime the pool and default loop. */ assert_run_work(uv_default_loop());