Index: media/audio/cross_process_notification_unittest.cc |
diff --git a/media/audio/cross_process_notification_unittest.cc b/media/audio/cross_process_notification_unittest.cc |
index c045416cd6cf405b74e319c26fd5310590d69b98..814b527d09662ba6584be4dbcad32612b1bff727 100644 |
--- a/media/audio/cross_process_notification_unittest.cc |
+++ b/media/audio/cross_process_notification_unittest.cc |
@@ -282,7 +282,9 @@ TEST(CrossProcessNotification, DISABLED_ThousandNotifiersTwoThreads) { |
// Functionally equivalent (as far as the shared data goes) to the |
// ThousandNotifiersTwoThreads test but uses a single pair of notifiers + |
// FlagArray for the 1000 signals. This approach is significantly faster. |
-TEST(CrossProcessNotification, TwoNotifiersTwoThreads1000Signals) { |
+// Disabled as it trips of the TSAN bot - "Possible data race during write of |
+// size 4" (the flag array). |
+TEST(CrossProcessNotification, DISABLED_TwoNotifiersTwoThreads1000Signals) { |
CrossProcessNotification a, b; |
ASSERT_TRUE(CrossProcessNotification::InitializePair(&a, &b)); |