Re-enables AudioDeviceTest.StartStopPlayout on Android

BUG=webrtc:5046

Review-Url: https://codereview.webrtc.org/2517383006
Cr-Commit-Position: refs/heads/master@{#15213}
This commit is contained in:
henrika 2016-11-23 06:49:44 -08:00 committed by Commit bot
parent 8b6462861d
commit 817208b50b

View File

@ -816,9 +816,7 @@ TEST_F(AudioDeviceTest, SetSpeakerVolumeActuallySetsVolume) {
// Tests that playout can be initiated, started and stopped. No audio callback
// is registered in this test.
// Flaky on our trybots makes this test unusable.
// https://code.google.com/p/webrtc/issues/detail?id=5046
TEST_F(AudioDeviceTest, DISABLED_StartStopPlayout) {
TEST_F(AudioDeviceTest, StartStopPlayout) {
StartPlayout();
StopPlayout();
StartPlayout();