summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rts/.tsan-suppressions4
1 files changed, 4 insertions, 0 deletions
diff --git a/rts/.tsan-suppressions b/rts/.tsan-suppressions
index b990c6cfc1..7375d6e48b 100644
--- a/rts/.tsan-suppressions
+++ b/rts/.tsan-suppressions
@@ -7,3 +7,7 @@ race:capability_is_busy
# This is a benign race during IO manager shutdown (between ioManagerWakeup
# and GHC.Event.Control.closeControl).
race:ioManagerWakeup
+
+# This is a potentially problematic race which I have yet to work out
+# (#17289)
+race:handle_tick