Index: chrome/browser/ui/views/find_bar_host_interactive_uitest.cc |
=================================================================== |
--- chrome/browser/ui/views/find_bar_host_interactive_uitest.cc (revision 71594) |
+++ chrome/browser/ui/views/find_bar_host_interactive_uitest.cc (working copy) |
@@ -171,7 +171,8 @@ |
// This tests that whenever you clear values from the Find box and close it that |
// it respects that and doesn't show you the last search, as reported in bug: |
// http://crbug.com/40121. |
-IN_PROC_BROWSER_TEST_F(FindInPageTest, PrepopulateRespectBlank) { |
+// Crashy, http://crbug.com/69882. |
+IN_PROC_BROWSER_TEST_F(FindInPageTest, DISABLED_PrepopulateRespectBlank) { |
#if defined(OS_MACOSX) |
// FindInPage on Mac doesn't use prepopulated values. Search there is global. |
return; |