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

Unified Diff: chrome/browser/views/find_bar_host_browsertest.cc

Issue 438010: Moving two tests to FLAKY tests. (Closed)
Patch Set: comment fix Created 11 years, 1 month 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 | « chrome/browser/views/find_bar_host.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/find_bar_host_browsertest.cc
diff --git a/chrome/browser/views/find_bar_host_browsertest.cc b/chrome/browser/views/find_bar_host_browsertest.cc
index 94a586e5dd2984a1c3e44b8de53728802b3aa1d6..383ebe587c1b895141753e29533fd38a3f547f49 100644
--- a/chrome/browser/views/find_bar_host_browsertest.cc
+++ b/chrome/browser/views/find_bar_host_browsertest.cc
@@ -471,7 +471,14 @@ IN_PROC_BROWSER_TEST_F(FindInPageControllerTest,
}
// Make sure Find box disappears on Navigate but not on Refresh.
+#if defined(OS_LINUX)
+// The last EXPECT_FALSE(fully_visible) is flaky (especially on
+// 64bit build.). See bug http://crbug.com/28629.
+IN_PROC_BROWSER_TEST_F(FindInPageControllerTest,
+ FLAKY_FindDisappearOnNavigate) {
+#else
IN_PROC_BROWSER_TEST_F(FindInPageControllerTest, FindDisappearOnNavigate) {
+#endif
HTTPTestServer* server = StartHTTPServer();
// First we navigate to our special focus tracking page.
« no previous file with comments | « chrome/browser/views/find_bar_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698