diff --git a/thread-sanitizer-ignorelist.txt b/thread-sanitizer-ignorelist.txt index b8f2d8b3b..eac8410f2 100644 --- a/thread-sanitizer-ignorelist.txt +++ b/thread-sanitizer-ignorelist.txt @@ -8,6 +8,8 @@ race:zmq::* race:faabric::util::SystemConfig::* # Catch2 allocates in its signal handler, this prevents showing the wrong crash report signal:* +# TODO: moodycael's queue version 1.0.6 fixes the warnings we silence here +race:moodycamel::BlockingReaderWriterCircularBuffer::* # TODO: Remove: There's something weird going on with MPI code I don't understand race:faabric::scheduler::MpiWorld::*