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

Unified Diff: content/browser/webui/web_ui_mojo_browsertest.cc

Issue 257453004: Disable content_browsertests WebUIMojoTest.EndToEndEcho, Ping due to flakiness (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: windows only Created 6 years, 8 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: content/browser/webui/web_ui_mojo_browsertest.cc
diff --git a/content/browser/webui/web_ui_mojo_browsertest.cc b/content/browser/webui/web_ui_mojo_browsertest.cc
index 5a1fb3a69f4b62f1f33a0454be1da6277e83065a..43f4ade0fa0b065887ebc4d7aecfb6abee8b4601 100644
--- a/content/browser/webui/web_ui_mojo_browsertest.cc
+++ b/content/browser/webui/web_ui_mojo_browsertest.cc
@@ -294,7 +294,8 @@ class WebUIMojoTest : public ContentBrowserTest {
};
// Temporarily disabled due to memory leaks. http://crbug.com/360081
-#if defined(LEAK_SANITIZER)
+// Temporarily disabled due to flakiness on Windows. http://crbug.com/366644
+#if defined(LEAK_SANITIZER) || defined(OS_WIN)
#define MAYBE_EndToEndPing DISABLED_EndToEndPing
#define MAYBE_EndToEndEcho DISABLED_EndToEndEcho
#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