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@4495 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
bd69d1beaf
commit
94aca5c7de
@ -68,7 +68,9 @@ TEST_F(HardwareTest, GetCpuLoadReturnsErrorOnNonWindowsPlatform) {
|
|||||||
}
|
}
|
||||||
#endif
|
#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
|
#ifdef WEBRTC_IOS
|
||||||
// Ensure the sound device is reset on iPhone.
|
// Ensure the sound device is reset on iPhone.
|
||||||
EXPECT_EQ(0, voe_hardware_->ResetAudioDevice());
|
EXPECT_EQ(0, voe_hardware_->ResetAudioDevice());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user