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 814b527d09662ba6584be4dbcad32612b1bff727..00515a96d67204a6783873d8fbd565d6e4b52bbc 100644 |
--- a/media/audio/cross_process_notification_unittest.cc |
+++ b/media/audio/cross_process_notification_unittest.cc |
@@ -218,7 +218,9 @@ TEST(CrossProcessNotification, Basic) { |
// Spins two worker threads, each with their own CrossProcessNotification |
// that they use to read and write from a shared memory buffer. |
-TEST(CrossProcessNotification, TwoThreads) { |
+// Disabled as it trips of the TSAN bot (false positive since TSAN doesn't |
+// recognize sockets as being a synchronization primitive). |
+TEST(CrossProcessNotification, DISABLED_TwoThreads) { |
CrossProcessNotification a, b; |
ASSERT_TRUE(CrossProcessNotification::InitializePair(&a, &b)); |