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:
parent
ab5a0912a3
commit
1b476d9a56
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user