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}
This commit is contained in:
peah 2016-08-15 06:13:12 -07:00 committed by Commit bot
parent da07af2441
commit d7d05f8056

View File

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