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

Unified Diff: chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc

Issue 830423010: Temporarily disabling new gUM test on Mac since it's broken. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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: chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc
diff --git a/chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc b/chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc
index fecdc20f6ead8291806376deb3f0831a9cefd2ab..cf5c3a6d44e6f4bab6750ddd02cbb7fe508ad899 100644
--- a/chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc
+++ b/chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc
@@ -634,8 +634,17 @@ void MAYBE_WebRtcAudioQualityBrowserTest::SetupAndRecordAudioCall(
HangUp(left_tab);
}
+#if defined(OS_MACOSX)
+// Broken on Mac for some reason: http://crbug.com/446859.
+#define MAYBE_MANUAL_TestCallQualityWithAudioFromFakeDevice \
+ DISABLED_MANUAL_TestCallQualityWithAudioFromFakeDevice
+#else
+#define MAYBE_MANUAL_TestCallQualityWithAudioFromFakeDevice \
+ MANUAL_TestCallQualityWithAudioFromFakeDevice
+#endif
+
IN_PROC_BROWSER_TEST_F(MAYBE_WebRtcAudioQualityBrowserTest,
- MANUAL_TestCallQualityWithAudioFromFakeDevice) {
+ MAYBE_MANUAL_TestCallQualityWithAudioFromFakeDevice) {
if (OnWinXp() || OnWin8()) {
// http://crbug.com/379798.
LOG(ERROR) << "This test is not implemented for Windows XP/Win8.";
« 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