diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-01 23:59:47 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-01 23:59:47 +0000 |
commit | 4215d0e3f271e97023c12d902cb091c5f191227f (patch) | |
tree | 94fcd2ef69c183463e8e6cd9566cdc3a5b360047 /remoting | |
parent | 6d9f4e810c1ac13e46b0fdd1c2ca64d8a64488ba (diff) | |
download | chromium_src-4215d0e3f271e97023c12d902cb091c5f191227f.zip chromium_src-4215d0e3f271e97023c12d902cb091c5f191227f.tar.gz chromium_src-4215d0e3f271e97023c12d902cb091c5f191227f.tar.bz2 |
Disable TestVideoRtpChannel of remoting_unittests because of flakiness
TBR=sergeyu
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/3555009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61260 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-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 = |