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

Unified Diff: chrome/browser/ui/find_bar/find_bar_host_browsertest.cc

Issue 301163004: Disable flaky FindInPageControllerTest.FindRestarts_Issue70505 on ChromeOS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/find_bar/find_bar_host_browsertest.cc
diff --git a/chrome/browser/ui/find_bar/find_bar_host_browsertest.cc b/chrome/browser/ui/find_bar/find_bar_host_browsertest.cc
index 1a2ab5de17bb002835d9de8697e6142920ca33a2..0e9d57483df6b4edc0ce646634ae74407c8e573b 100644
--- a/chrome/browser/ui/find_bar/find_bar_host_browsertest.cc
+++ b/chrome/browser/ui/find_bar/find_bar_host_browsertest.cc
@@ -801,9 +801,10 @@ IN_PROC_BROWSER_TEST_F(FindInPageControllerTest, FindRestarts_Issue1155639) {
EXPECT_EQ(1, ordinal);
}
-// Disable the test for win and mac as it started being flaky, see
+// Disable the test for win, mac and ChromeOS as it started being flaky, see
// http://crbug/367701.
-#if defined(OS_MACOSX) && !defined(OS_IOS) || defined(OS_WIN)
+#if defined(OS_MACOSX) && !defined(OS_IOS) || defined(OS_WIN) || \
+ defined(OS_CHROMEOS)
#define MAYBE_FindRestarts_Issue70505 DISABLED_FindRestarts_Issue70505
#else
#define MAYBE_FindRestarts_Issue70505 FindRestarts_Issue70505
« 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