Disable ChannelManagerTest.StartupShutdownOnUnstartedThread
The test is testing a scenario that shouldn't happen. BUG=3388 TBR=andrew@webrtc.org Review URL: https://webrtc-codereview.appspot.com/21509005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6238 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
7aa1a4767f
commit
39eccefbde
@ -122,7 +122,9 @@ TEST_F(ChannelManagerTest, StartupShutdownOnThread) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Test that we fail to startup if we're given an unstarted thread.
|
// Test that we fail to startup if we're given an unstarted thread.
|
||||||
TEST_F(ChannelManagerTest, StartupShutdownOnUnstartedThread) {
|
// TODO(fischman): delete once Thread::RunningForChannelManager() is gone
|
||||||
|
// (webrtc:3388).
|
||||||
|
TEST_F(ChannelManagerTest, DISABLED_StartupShutdownOnUnstartedThread) {
|
||||||
EXPECT_TRUE(cm_->set_worker_thread(&worker_));
|
EXPECT_TRUE(cm_->set_worker_thread(&worker_));
|
||||||
EXPECT_FALSE(cm_->Init());
|
EXPECT_FALSE(cm_->Init());
|
||||||
EXPECT_FALSE(cm_->initialized());
|
EXPECT_FALSE(cm_->initialized());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user