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

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

Issue 14819011: Disables InstantExtendedFirstTabTest.RedirectToLocalOnLoadFailure as (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 b9664d75f162c2834e3205c5b4062b72d06845dc..6ec822ac556e1657045adb645338628399c89f3f 100644
--- a/chrome/browser/ui/search/instant_extended_interactive_uitest.cc
+++ b/chrome/browser/ui/search/instant_extended_interactive_uitest.cc
@@ -2378,8 +2378,14 @@ class InstantExtendedFirstTabTest : public InProcessBrowserTest,
}
};
+// Flaky: http://crbug.com/238863
+#if defined(OS_CHROMEOS)
+#define MAYBE_RedirectToLocalOnLoadFailure DISABLED_RedirectToLocalOnLoadFailure
+#else
+#define MAYBE_RedirectToLocalOnLoadFailure RedirectToLocalOnLoadFailure
+#endif
IN_PROC_BROWSER_TEST_F(
- InstantExtendedFirstTabTest, RedirectToLocalOnLoadFailure) {
+ InstantExtendedFirstTabTest, MAYBE_RedirectToLocalOnLoadFailure) {
// Create a new window to test the first NTP load.
ui_test_utils::NavigateToURLWithDisposition(
browser(),
« 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