Disabling AudioDeviceTest.StartStopPlayout on Android.
BUG=5046 TBR=henrika@webrtc.org Review URL: https://codereview.webrtc.org/1374963003 . Cr-Commit-Position: refs/heads/master@{#10178}
This commit is contained in:
parent
d89f82ab65
commit
9359b5b978
@ -824,7 +824,9 @@ TEST_F(AudioDeviceTest, SetSpeakerVolumeActuallySetsVolume) {
|
||||
|
||||
// Tests that playout can be initiated, started and stopped. No audio callback
|
||||
// is registered in this test.
|
||||
TEST_F(AudioDeviceTest, StartStopPlayout) {
|
||||
// Flaky on our trybots makes this test unusable.
|
||||
// https://code.google.com/p/webrtc/issues/detail?id=5046
|
||||
TEST_F(AudioDeviceTest, DISABLED_StartStopPlayout) {
|
||||
StartPlayout();
|
||||
StopPlayout();
|
||||
StartPlayout();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user