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:
parent
8d5608880f
commit
526248779a
@ -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();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user