diff --git a/ci/tsan b/ci/tsan index 295740652..9cc54841b 100644 --- a/ci/tsan +++ b/ci/tsan @@ -22,3 +22,7 @@ race:__call_tls_dtors # `is_inline_or_static` is explicitly called concurrently without synchronization. # The safety explanation can be found in a comment. race:Inner::is_inline_or_static + +# This ignores a false positive caused by `thread::park()`/`thread::unpark()`. +# See: https://github.com/rust-lang/rust/pull/54806#issuecomment-436193353 +race:pthread_cond_destroy