From 1b476d9a5673fb1e76d9dad01882c06b94e417fe Mon Sep 17 00:00:00 2001 From: "mallinath@webrtc.org" Date: Sat, 7 Sep 2013 18:59:12 +0000 Subject: [PATCH] Disabling channelmanager unittest. This test is causing TSAN error. The problem could be in thread Invoke method. TBR=wu@webrtc.org BUG=https://code.google.com/p/webrtc/issues/detail?id=2355 Review URL: https://webrtc-codereview.appspot.com/2190004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4700 4adac7df-926f-26a2-2b94-8c16560cd09d --- talk/session/media/channelmanager_unittest.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/talk/session/media/channelmanager_unittest.cc b/talk/session/media/channelmanager_unittest.cc index 32321ebcd0..c50a87814d 100644 --- a/talk/session/media/channelmanager_unittest.cc +++ b/talk/session/media/channelmanager_unittest.cc @@ -149,7 +149,8 @@ TEST_F(ChannelManagerTest, CreateDestroyChannels) { } // Test that we can create and destroy a voice and video channel with a worker. -TEST_F(ChannelManagerTest, CreateDestroyChannelsOnThread) { +// BUG=https://code.google.com/p/webrtc/issues/detail?id=2355 +TEST_F(ChannelManagerTest, DISABLED_CreateDestroyChannelsOnThread) { worker_.Start(); EXPECT_TRUE(cm_->set_worker_thread(&worker_)); EXPECT_TRUE(cm_->Init());