diff options
Diffstat (limited to 'remoting/protocol/jingle_chromoting_connection_unittest.cc')
-rw-r--r-- | remoting/protocol/jingle_chromoting_connection_unittest.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/remoting/protocol/jingle_chromoting_connection_unittest.cc b/remoting/protocol/jingle_chromoting_connection_unittest.cc index 1f6f2e7..bb96eec 100644 --- a/remoting/protocol/jingle_chromoting_connection_unittest.cc +++ b/remoting/protocol/jingle_chromoting_connection_unittest.cc @@ -562,7 +562,9 @@ TEST_F(JingleChromotingConnectionTest, TestEventsChannel) { } // Verify that data can be transmitted over the video RTP channel. -TEST_F(JingleChromotingConnectionTest, TestVideoRtpChannel) { +// TODO(sergeyu): This test is disabled at the moment because of +// flakiness. +TEST_F(JingleChromotingConnectionTest, DISABLED_TestVideoRtpChannel) { CreateServerPair(); InitiateConnection(); scoped_refptr<UDPChannelTester> tester = |