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

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

Issue 159805: Disable flaky parts of FindInPageControllerTest. (Closed)
Patch Set: Created 11 years, 5 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/views/find_bar_win_browsertest.cc
diff --git a/chrome/browser/views/find_bar_win_browsertest.cc b/chrome/browser/views/find_bar_win_browsertest.cc
index 47d3c2ea44bd6cad5035cf9304f9e4a96466d66b..22db8aabc7a4d83a77133f5a263749da24dc2fbb 100644
--- a/chrome/browser/views/find_bar_win_browsertest.cc
+++ b/chrome/browser/views/find_bar_win_browsertest.cc
@@ -417,7 +417,9 @@ IN_PROC_BROWSER_TEST_F(FindInPageControllerTest,
}
// Make sure Find box disappears on Navigate but not on Refresh.
-IN_PROC_BROWSER_TEST_F(FindInPageControllerTest, FindDisappearOnNavigate) {
+// Flaky, see http://crbug.com/16447.
+IN_PROC_BROWSER_TEST_F(FindInPageControllerTest,
+ DISABLED_FindDisappearOnNavigate) {
HTTPTestServer* server = StartHTTPServer();
// First we navigate to our special focus tracking page.
@@ -493,7 +495,9 @@ IN_PROC_BROWSER_TEST_F(FindInPageControllerTest,
}
// Make sure Find box moves out of the way if it is obscuring the active match.
-IN_PROC_BROWSER_TEST_F(FindInPageControllerTest, FindMovesWhenObscuring) {
+// Flaky, see http://crbug.com/16447.
+IN_PROC_BROWSER_TEST_F(FindInPageControllerTest,
+ DISABLED_FindMovesWhenObscuring) {
HTTPTestServer* server = StartHTTPServer();
GURL url = server->TestServerPageW(kMoveIfOver);
« 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