Disable AsyncInvokeTest.CancelInvoker test

Test is flaky.

BUG=b/12944358
TBR=kjellander@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/8289004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@5508 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
sergeyu@chromium.org 2014-02-08 19:59:00 +00:00
parent 0178810659
commit cc685acbdf

View File

@ -363,7 +363,7 @@ TEST_F(AsyncInvokeTest, WithCallback) {
EXPECT_EQ_WAIT(42, int_value_, kWaitTimeout); EXPECT_EQ_WAIT(42, int_value_, kWaitTimeout);
} }
TEST_F(AsyncInvokeTest, CancelInvoker) { TEST_F(AsyncInvokeTest, DISABLED_CancelInvoker) {
// Create and start the thread. // Create and start the thread.
Thread thread; Thread thread;
thread.Start(); thread.Start();