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
This commit is contained in:
mallinath@webrtc.org 2013-09-07 18:59:12 +00:00
parent ab5a0912a3
commit 1b476d9a56

View File

@ -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());