Index: remoting/protocol/jingle_session_unittest.cc |
=================================================================== |
--- remoting/protocol/jingle_session_unittest.cc (revision 73338) |
+++ remoting/protocol/jingle_session_unittest.cc (working copy) |
@@ -586,13 +586,15 @@ |
} |
// Verify that we can connect two endpoints. |
-TEST_F(JingleSessionTest, Connect) { |
+// Disabled, http://crbug.com/70225. |
+TEST_F(JingleSessionTest, DISABLED_Connect) { |
CreateServerPair(); |
ASSERT_TRUE(InitiateConnection()); |
} |
// Verify that data can be transmitted over the event channel. |
-TEST_F(JingleSessionTest, TestControlChannel) { |
+// Disabled, http://crbug.com/70225. |
+TEST_F(JingleSessionTest, DISABLED_TestControlChannel) { |
CreateServerPair(); |
ASSERT_TRUE(InitiateConnection()); |
scoped_refptr<TCPChannelTester> tester( |