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

Unified Diff: chrome/browser/ui/search/instant_extended_interactive_uitest.cc

Issue 2617133003: Disable InstantExtendedTest.SearchDoesntReuseInstantTab on Linux. (Closed)
Patch Set: Created 3 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/ui/search/instant_extended_interactive_uitest.cc
diff --git a/chrome/browser/ui/search/instant_extended_interactive_uitest.cc b/chrome/browser/ui/search/instant_extended_interactive_uitest.cc
index 6ae46d3549a23000bbda4e6a32f9c7004d605010..481e367b20957b8859dc6f4a47dfe06f5378370f 100644
--- a/chrome/browser/ui/search/instant_extended_interactive_uitest.cc
+++ b/chrome/browser/ui/search/instant_extended_interactive_uitest.cc
@@ -307,8 +307,8 @@ class InstantPolicyTest : public ExtensionBrowserTest, public InstantTestBase {
DISALLOW_COPY_AND_ASSIGN(InstantPolicyTest);
};
-// Flaky on Windows in the CQ: https://crbug.com/678975
-#if defined(OS_WIN)
+// Flaky on Windows in the CQ and Linux memory bot: https://crbug.com/678975
+#if defined(OS_WIN) || defined(OS_LINUX)
#define MAYBE_SearchDoesntReuseInstantTab DISABLED_SearchDoesntReuseInstantTab
#else
#define MAYBE_SearchDoesntReuseInstantTab SearchDoesntReuseInstantTab
« 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