From d7d05f80563a3090630d9adc1065315171b3b37f Mon Sep 17 00:00:00 2001 From: peah Date: Mon, 15 Aug 2016 06:13:12 -0700 Subject: [PATCH] Disabling the test VolumeTest.ManualRequiresMicrophoneCanSetMicrophoneVolumeWithAgcOff as it has been found to be flaky. NOTRY=True TBR=henrika@webrtc.org BUG=webrtc:6206 Review-Url: https://codereview.webrtc.org/2248633003 Cr-Commit-Position: refs/heads/master@{#13746} --- webrtc/voice_engine/test/auto_test/standard/volume_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc/voice_engine/test/auto_test/standard/volume_test.cc b/webrtc/voice_engine/test/auto_test/standard/volume_test.cc index eabb7e81e2..c9b5c5226e 100644 --- a/webrtc/voice_engine/test/auto_test/standard/volume_test.cc +++ b/webrtc/voice_engine/test/auto_test/standard/volume_test.cc @@ -173,7 +173,7 @@ TEST_F(VolumeTest, DefaultMicrophoneVolumeIsAtMost255) { } } -TEST_F(VolumeTest, ManualRequiresMicrophoneCanSetMicrophoneVolumeWithAgcOff) { +TEST_F(VolumeTest, DISABLED_ManualRequiresMicrophoneCanSetMicrophoneVolumeWithAgcOff) { SwitchToManualMicrophone(); EXPECT_EQ(0, voe_apm_->SetAgcStatus(false));