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

Unified Diff: chrome/browser/extensions/api/automation/automation_apitest.cc

Issue 1063163003: Disable AutomationApiTest.Mixin on Windows due to flakiness (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: chrome/browser/extensions/api/automation/automation_apitest.cc
diff --git a/chrome/browser/extensions/api/automation/automation_apitest.cc b/chrome/browser/extensions/api/automation/automation_apitest.cc
index fd4104c849ca26a1d049b6aa583b11a6ff2625e1..3a7769c385a07dc844fb1f0596400fa429eb4579 100644
--- a/chrome/browser/extensions/api/automation/automation_apitest.cc
+++ b/chrome/browser/extensions/api/automation/automation_apitest.cc
@@ -200,8 +200,8 @@ IN_PROC_BROWSER_TEST_F(AutomationApiTest, Find) {
<< message_;
}
-// Flaky on Linux only. http://crbug.com/467921
-#if defined(OS_LINUX)
+// Flaky on Linux and Windows. http://crbug.com/467921
+#if defined(OS_LINUX) || defined(OS_WIN)
#define MAYBE_Mixins DISABLED_Mixins
#else
#define MAYBE_Mixins Mixins
« 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