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

Unified Diff: webrtc/modules/audio_device/ios/audio_device_unittest_ios.mm

Issue 2963283002: Disable AudioDeviceTest.StartStopRecording on iOS (Closed)
Patch Set: Created 3 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/ios/audio_device_unittest_ios.mm
diff --git a/webrtc/modules/audio_device/ios/audio_device_unittest_ios.mm b/webrtc/modules/audio_device/ios/audio_device_unittest_ios.mm
index fd669a96a2f113df536a23b7ba3afb846061fbcc..a82c111b0bb553525c8f2441e201162e5c2d3e33 100644
--- a/webrtc/modules/audio_device/ios/audio_device_unittest_ios.mm
+++ b/webrtc/modules/audio_device/ios/audio_device_unittest_ios.mm
@@ -602,7 +602,10 @@ TEST_F(AudioDeviceTest, DISABLED_StartStopPlayout) {
// Tests that recording can be initiated, started and stopped. No audio callback
// is registered in this test.
-TEST_F(AudioDeviceTest, StartStopRecording) {
+// Can sometimes fail when running on real devices: bugs.webrtc.org/7888.
+TEST_F(AudioDeviceTest, DISABLED_StartStopRecording) {
+ StartRecording();
+ StopRecording();
StartRecording();
StopRecording();
}
« 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