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: chrome/browser/media/chrome_webrtc_browsertest.cc

Issue 1148873003: Disable RunsAudioVideoWebRTCCallInTwoTabs so blink can roll (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 5 years, 7 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_browsertest.cc
diff --git a/chrome/browser/media/chrome_webrtc_browsertest.cc b/chrome/browser/media/chrome_webrtc_browsertest.cc
index 18772605cefd391020e2b2e7706b0a7b45039cd6..dd422ca917c788829976f80927304505bf41343b 100644
--- a/chrome/browser/media/chrome_webrtc_browsertest.cc
+++ b/chrome/browser/media/chrome_webrtc_browsertest.cc
@@ -40,7 +40,10 @@ class WebRtcBrowserTest : public WebRtcTestBase {
}
};
-#if defined(OS_CHROMEOS)
+// Disable unconditionally to enable blink roll. Sample failure:
+// http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/66651
+//#if defined(OS_CHROMEOS)
+#if 1
#define MAYBE_RunsAudioVideoWebRTCCallInTwoTabs \
DISABLED_RunsAudioVideoWebRTCCallInTwoTabs
#else
« 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