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