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:
phoglund@webrtc.org
2014-05-27 08:08:00 +00:00
parent ab6bf4f54c
commit f666ecc60d
3 changed files with 6 additions and 3 deletions

View File

@@ -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);