From 96dbc8f4b42cb9d3f7c5bf7e9dca1fa3925cff6e Mon Sep 17 00:00:00 2001 From: peah Date: Mon, 15 Aug 2016 06:38:49 -0700 Subject: [PATCH] Adding comment regarding the disabling the flaky test VolumeTest.ManualRequiresMicrophoneCanSetMicrophoneVolumeWithAgcOff NOTRY=True TBR=henrika@webrtc.org BUG=webrtc:6206 Review-Url: https://codereview.webrtc.org/2247733002 Cr-Commit-Position: refs/heads/master@{#13749} --- webrtc/voice_engine/test/auto_test/standard/volume_test.cc | 1 + 1 file changed, 1 insertion(+) 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 c9b5c5226e..fa0c0eab64 100644 --- a/webrtc/voice_engine/test/auto_test/standard/volume_test.cc +++ b/webrtc/voice_engine/test/auto_test/standard/volume_test.cc @@ -173,6 +173,7 @@ TEST_F(VolumeTest, DefaultMicrophoneVolumeIsAtMost255) { } } +// The test below is disabled due to issue webrtc:6206. TEST_F(VolumeTest, DISABLED_ManualRequiresMicrophoneCanSetMicrophoneVolumeWithAgcOff) { SwitchToManualMicrophone(); EXPECT_EQ(0, voe_apm_->SetAgcStatus(false));