summaryrefslogtreecommitdiff
path: root/voice_engine
diff options
context:
space:
mode:
authorphoglund@webrtc.org <phoglund@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-08-06 08:20:47 +0000
committerphoglund@webrtc.org <phoglund@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-08-06 08:20:47 +0000
commitf3bae63ebd5419d6d27504eb742c6d6901201ed7 (patch)
tree2166c3058593ef50c2e9f340eeeede975ae52a44 /voice_engine
parent44634a6e08814367512a14e9d3aea1e75ec7f72d (diff)
downloadwebrtc-f3bae63ebd5419d6d27504eb742c6d6901201ed7.tar.gz
Disabled flaky HardwareTest.BuiltInWasapiAECWorksForAudioWindowsCoreAudioLayer.
TBR=xians@webrtc.org BUG=2179 Review URL: https://webrtc-codereview.appspot.com/1955005 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@4495 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'voice_engine')
-rw-r--r--voice_engine/test/auto_test/standard/hardware_test.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/voice_engine/test/auto_test/standard/hardware_test.cc b/voice_engine/test/auto_test/standard/hardware_test.cc
index 1a7aa27b..fabdf0c2 100644
--- a/voice_engine/test/auto_test/standard/hardware_test.cc
+++ b/voice_engine/test/auto_test/standard/hardware_test.cc
@@ -68,7 +68,9 @@ TEST_F(HardwareTest, GetCpuLoadReturnsErrorOnNonWindowsPlatform) {
}
#endif
-TEST_F(HardwareTest, BuiltInWasapiAECWorksForAudioWindowsCoreAudioLayer) {
+// Flakily hangs on Windows: code.google.com/p/webrtc/issues/detail?id=2179.
+TEST_F(HardwareTest,
+ DISABLED_ON_WIN(BuiltInWasapiAECWorksForAudioWindowsCoreAudioLayer)) {
#ifdef WEBRTC_IOS
// Ensure the sound device is reset on iPhone.
EXPECT_EQ(0, voe_hardware_->ResetAudioDevice());