Disable AudioDeviceTest.StartPlayoutOnTwoInstances on iOS

This test fails when running on real iOS devices.

BUG=webrtc:6889
TBR=henrika@webrtc.org

Review-Url: https://codereview.webrtc.org/2576653002 .
Cr-Commit-Position: refs/heads/master@{#15586}
This commit is contained in:
Henrik Kjellander 2016-12-14 07:25:05 +01:00
parent 80df795e3c
commit a5073c0c97

View File

@ -620,7 +620,9 @@ TEST_F(AudioDeviceTest, StopPlayoutRequiresInitToRestart) {
// last active instance shall deactivate the audio session. The test does not
// explicitly verify correct audio session calls but instead focuses on
// ensuring that audio starts for both ADMs.
TEST_F(AudioDeviceTest, StartPlayoutOnTwoInstances) {
// Failing when running on real iOS devices: bugs.webrtc.org/6889.
TEST_F(AudioDeviceTest, DISABLED_StartPlayoutOnTwoInstances) {
// Create and initialize a second/extra ADM instance. The default ADM is
// created by the test harness.
rtc::scoped_refptr<AudioDeviceModule> second_audio_device =