0

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
This commit is contained in:
phajdan.jr@chromium.org
2011-02-07 07:42:37 +00:00
parent 3130d1180c
commit 4a9818133c

@ -625,7 +625,8 @@ TEST_F(JingleSessionTest, TestVideoChannel) {
} }
// Verify that data can be transmitted over the event channel. // 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(); CreateServerPair();
ASSERT_TRUE(InitiateConnection()); ASSERT_TRUE(InitiateConnection());
scoped_refptr<TCPChannelTester> tester( scoped_refptr<TCPChannelTester> tester(