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

Unified Diff: chrome/browser/instant/instant_browsertest.cc

Issue 10178035: Disable PreloadInstant on cros. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 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/instant/instant_browsertest.cc
===================================================================
--- chrome/browser/instant/instant_browsertest.cc (revision 134375)
+++ chrome/browser/instant/instant_browsertest.cc (working copy)
@@ -725,7 +725,13 @@
}
// Tests that instant search is preloaded whenever the omnibox gets focus.
+// PreloadsInstant fails on linux_chromeos trybots all the time, possibly
+// because of http://crbug.com/80118.
+#if defined(OS_CHROMEOS)
+IN_PROC_BROWSER_TEST_F(InstantTest, DISABLED_PreloadsInstant) {
+#else
IN_PROC_BROWSER_TEST_F(InstantTest, MAYBE(PreloadsInstant)) {
+#endif
CommandLine::ForCurrentProcess()->AppendSwitch(
switches::kPreloadInstantSearch);
ASSERT_TRUE(test_server()->Start());
« 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