Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(559)

Unified Diff: webrtc/modules/audio_device/android/audio_device_unittest.cc

Issue 1206733003: Enabling AudioDeviceTest.StartStopPlayout on Nexus 9 (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_device/android/audio_device_unittest.cc
diff --git a/webrtc/modules/audio_device/android/audio_device_unittest.cc b/webrtc/modules/audio_device/android/audio_device_unittest.cc
index 8c0053912aca26a1fb8f984b803be07663a930b6..b21fd6e2004a74e841dd45930d034254ace295cf 100644
--- a/webrtc/modules/audio_device/android/audio_device_unittest.cc
+++ b/webrtc/modules/audio_device/android/audio_device_unittest.cc
@@ -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();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698