Index: mojo/public/cpp/bindings/tests/associated_interface_unittest.cc |
diff --git a/mojo/public/cpp/bindings/tests/associated_interface_unittest.cc b/mojo/public/cpp/bindings/tests/associated_interface_unittest.cc |
index bba0bad192d0468d96d1e8fa921a135f727b07de..b48d96fc1ba44f6b1b5c994cbd6a31e0e71fb964 100644 |
--- a/mojo/public/cpp/bindings/tests/associated_interface_unittest.cc |
+++ b/mojo/public/cpp/bindings/tests/associated_interface_unittest.cc |
@@ -333,7 +333,8 @@ class NotificationCounter { |
base::Closure notify_finish_; |
}; |
-TEST_F(AssociatedInterfaceTest, MultiThreadAccess) { |
+// Disabled due to flakes on Windows bots. See crbug.com/615450. |
+TEST_F(AssociatedInterfaceTest, DISABLED_MultiThreadAccess) { |
// Set up four associated interfaces on a message pipe. Use the inteface |
// pointers on four threads in parallel; run the interface implementations on |
// two threads. Test that multi-threaded access works. |