Index: remoting/protocol/jingle_session_unittest.cc |
=================================================================== |
--- remoting/protocol/jingle_session_unittest.cc (revision 73973) |
+++ remoting/protocol/jingle_session_unittest.cc (working copy) |
@@ -625,7 +625,8 @@ |
} |
// Verify that data can be transmitted over the event channel. |
-TEST_F(JingleSessionTest, TestEventChannel) { |
+// Disabled, http://crbug.com/70225. |
+TEST_F(JingleSessionTest, DISABLED_TestEventChannel) { |
CreateServerPair(); |
ASSERT_TRUE(InitiateConnection()); |
scoped_refptr<TCPChannelTester> tester( |