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

Unified Diff: trunk/src/content/browser/media/webrtc_internals_browsertest.cc

Issue 23702012: Revert 220320 "Disabling flaky webrtc tests for now." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 4 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 | « trunk/src/content/browser/media/webrtc_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/content/browser/media/webrtc_internals_browsertest.cc
===================================================================
--- trunk/src/content/browser/media/webrtc_internals_browsertest.cc (revision 220553)
+++ trunk/src/content/browser/media/webrtc_internals_browsertest.cc (working copy)
@@ -118,9 +118,8 @@
static const int64 FAKE_TIME_STAMP = 3600000;
-#if defined(OS_WIN) || defined(OS_LINUX)
+#if defined(OS_WIN)
// All tests are flaky on Windows: crbug.com/277322.
-// All tests are flaky on Linux: crbug.com/281492.
#define MAYBE_WebRTCInternalsBrowserTest DISABLED_WebRTCInternalsBrowserTest
#else
#define MAYBE_WebRTCInternalsBrowserTest WebRTCInternalsBrowserTest
« no previous file with comments | « trunk/src/content/browser/media/webrtc_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698