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}
This commit is contained in:
peah 2016-08-15 06:38:49 -07:00 committed by Commit bot
parent 3ab6614d10
commit 96dbc8f4b4

View File

@ -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));