From 4a9818133ca59472b22388cfd53b38e88a3dd030 Mon Sep 17 00:00:00 2001 From: "phajdan.jr@chromium.org" Date: Mon, 7 Feb 2011 07:42:37 +0000 Subject: 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 --- remoting/protocol/jingle_session_unittest.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'remoting/protocol') 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 tester( -- cgit v1.1