| Index: chrome/browser/views/find_bar_host_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/views/find_bar_host_browsertest.cc (revision 37166)
|
| +++ chrome/browser/views/find_bar_host_browsertest.cc (working copy)
|
| @@ -554,7 +554,8 @@
|
| }
|
|
|
| // 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, FLAKY_FindMovesWhenObscuring) {
|
| HTTPTestServer* server = StartHTTPServer();
|
|
|
| GURL url = server->TestServerPageW(kMoveIfOver);
|
|
|