Enabling AudioDeviceTest.StartStopPlayout on Nexus 9

BUG=webrtc:4682

Review URL: https://codereview.webrtc.org/1206733003

Cr-Commit-Position: refs/heads/master@{#9497}
This commit is contained in:
henrika 2015-06-24 04:27:29 -07:00 committed by Commit bot
parent 59a677ada2
commit 1b12cb0ef7

View File

@ -820,13 +820,7 @@ TEST_F(AudioDeviceTest, SetSpeakerVolumeActuallySetsVolume) {
// Tests that playout can be initiated, started and stopped. No audio callback
// is registered in this test.
// TODO(henrika): figure out why this test can fail on Nexus 9.
// See https://code.google.com/p/webrtc/issues/detail?id=4682 for details.
TEST_F(AudioDeviceTest, StartStopPlayout) {
if (DisableTestForThisDevice("Nexus 9")) {
PRINT("Test is disabled for Nexus 9!\n");
return;
}
StartPlayout();
StopPlayout();
StartPlayout();