Disables AudioDeviceTest.StartStopPlayout on iOS

BUG=webrtc:6889
NOTRY=True

Review-Url: https://codereview.webrtc.org/2595303002
Cr-Commit-Position: refs/heads/master@{#15753}
This commit is contained in:
henrika 2016-12-22 01:36:49 -08:00 committed by Commit bot
parent 8d5608880f
commit 526248779a

View File

@ -588,7 +588,8 @@ TEST_F(AudioDeviceTest, InitTerminate) {
// Tests that playout can be initiated, started and stopped. No audio callback // Tests that playout can be initiated, started and stopped. No audio callback
// is registered in this test. // is registered in this test.
TEST_F(AudioDeviceTest, StartStopPlayout) { // Failing when running on real iOS devices: bugs.webrtc.org/6889.
TEST_F(AudioDeviceTest, DISABLED_StartStopPlayout) {
StartPlayout(); StartPlayout();
StopPlayout(); StopPlayout();
StartPlayout(); StartPlayout();