diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-07 07:42:37 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-07 07:42:37 +0000 |
commit | 4a9818133ca59472b22388cfd53b38e88a3dd030 (patch) | |
tree | 72beb2c92316920aa04bd71341b1bcead6504047 /remoting | |
parent | 3130d1180c587fb74565bcbf0e057fa842263a66 (diff) | |
download | chromium_src-4a9818133ca59472b22388cfd53b38e88a3dd030.zip chromium_src-4a9818133ca59472b22388cfd53b38e88a3dd030.tar.gz chromium_src-4a9818133ca59472b22388cfd53b38e88a3dd030.tar.bz2 |
Disable JingleSessionTest.TestEventChannel, flakily triggers
a libjingle assertion on a Windows trybot.
This is not a tsan-specific issue.
http://build.chromium.org/p/tryserver.chromium/builders/win/builds/14297
vm7-m4
TBR=sergeyu
BUG=70225
TEST=remoting_unittests
Review URL: http://codereview.chromium.org/6312182
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73974 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/protocol/jingle_session_unittest.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/remoting/protocol/jingle_session_unittest.cc b/remoting/protocol/jingle_session_unittest.cc index 1f0ca4a..18bf2b0 100644 --- a/remoting/protocol/jingle_session_unittest.cc +++ b/remoting/protocol/jingle_session_unittest.cc @@ -625,7 +625,8 @@ TEST_F(JingleSessionTest, TestVideoChannel) { } // 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( |