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

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

Issue 269104: Mark some disabled tests as flaky to increase test coverage. (Closed)
Patch Set: fixes Created 11 years, 2 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 | « chrome/browser/tab_restore_uitest.cc ('k') | chrome/browser/views/tabs/tab_dragging_test.cc » ('j') | 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 6c108dec150e5387991be379c2dbd25b223a7dc5..35b1b6e0ee32162408755e57ed3de11482164e4c 100644
--- a/chrome/browser/views/find_bar_host_browsertest.cc
+++ b/chrome/browser/views/find_bar_host_browsertest.cc
@@ -419,7 +419,7 @@ IN_PROC_BROWSER_TEST_F(FindInPageControllerTest,
// Make sure Find box disappears on Navigate but not on Refresh.
// Flaky, see http://crbug.com/16447.
IN_PROC_BROWSER_TEST_F(FindInPageControllerTest,
- DISABLED_FindDisappearOnNavigate) {
+ FLAKY_FindDisappearOnNavigate) {
HTTPTestServer* server = StartHTTPServer();
// First we navigate to our special focus tracking page.
@@ -497,7 +497,7 @@ IN_PROC_BROWSER_TEST_F(FindInPageControllerTest,
// Make sure Find box moves out of the way if it is obscuring the active match.
// Flaky, see http://crbug.com/16447.
IN_PROC_BROWSER_TEST_F(FindInPageControllerTest,
- DISABLED_FindMovesWhenObscuring) {
+ FLAKY_FindMovesWhenObscuring) {
HTTPTestServer* server = StartHTTPServer();
GURL url = server->TestServerPageW(kMoveIfOver);
« no previous file with comments | « chrome/browser/tab_restore_uitest.cc ('k') | chrome/browser/views/tabs/tab_dragging_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698