aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortommi@webrtc.org <tommi@webrtc.org>2015-02-05 06:25:35 +0000
committertommi@webrtc.org <tommi@webrtc.org>2015-02-05 06:26:35 +0000
commit5d32f432197d35d87c1d822a79291bd108256b66 (patch)
tree1daba37aac6c59ce3eeb7bb1a8ba8c1f32a6992e
parent877ac765ad30a22148da41695fa607682af4a191 (diff)
downloadwebrtc-5d32f432197d35d87c1d822a79291bd108256b66.tar.gz
Disable CondVarTest.InitFunctionsWork.
The order of Sleep/Wake calls doesn't seem to be guaranteed, so this test is flaky. BUG=4262 TBR=bjornv@webrtc.org Review URL: https://webrtc-codereview.appspot.com/37189004 Cr-Commit-Position: refs/heads/master@{#8247} git-svn-id: http://webrtc.googlecode.com/svn/trunk@8247 4adac7df-926f-26a2-2b94-8c16560cd09d
-rw-r--r--webrtc/system_wrappers/source/condition_variable_unittest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/webrtc/system_wrappers/source/condition_variable_unittest.cc b/webrtc/system_wrappers/source/condition_variable_unittest.cc
index b551478231..9b8a6dd858 100644
--- a/webrtc/system_wrappers/source/condition_variable_unittest.cc
+++ b/webrtc/system_wrappers/source/condition_variable_unittest.cc
@@ -171,7 +171,8 @@ class CondVarTest : public ::testing::Test {
// The SetUp and TearDown functions use condition variables.
// This test verifies those pieces in isolation.
-TEST_F(CondVarTest, InitFunctionsWork) {
+// Disabled due to flakiness. See bug 4262 for details.
+TEST_F(CondVarTest, DISABLED_InitFunctionsWork) {
// All relevant asserts are in the SetUp and TearDown functions.
}