Disabling flaky libjingle tests after fixit week.
BUG=webrtc:3316,webrtc:3317,webrtc:3318 TBR=fischman@google.com Review URL: https://webrtc-codereview.appspot.com/12569004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6250 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -148,7 +148,8 @@ class SharedExclusiveLockTest
|
||||
int value_;
|
||||
};
|
||||
|
||||
TEST_F(SharedExclusiveLockTest, TestSharedShared) {
|
||||
// Flaky: https://code.google.com/p/webrtc/issues/detail?id=3318
|
||||
TEST_F(SharedExclusiveLockTest, DISABLED_TestSharedShared) {
|
||||
int value0, value1;
|
||||
bool done0, done1;
|
||||
ReadTask reader0(shared_exclusive_lock_.get(), &value_, &done0);
|
||||
|
Reference in New Issue
Block a user