summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-17 16:04:27 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-17 16:04:27 +0000
commit63b5a598d0be8179129603c508cb1fe33fbc72ea (patch)
treede96fe0cca6adbdc5d2fbb5f4853f5bf22ac9f6f /chrome
parentc3e72c7c2453b32817ee29ebdf68531bc4fdd507 (diff)
downloadchromium_src-63b5a598d0be8179129603c508cb1fe33fbc72ea.zip
chromium_src-63b5a598d0be8179129603c508cb1fe33fbc72ea.tar.gz
chromium_src-63b5a598d0be8179129603c508cb1fe33fbc72ea.tar.bz2
Disable crashy FindInPageTest.PrepopulateRespectBlank
TBR=finnur BUG=69882 TEST=interactive_ui_tests Review URL: http://codereview.chromium.org/6350004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71598 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/ui/views/find_bar_host_interactive_uitest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/ui/views/find_bar_host_interactive_uitest.cc b/chrome/browser/ui/views/find_bar_host_interactive_uitest.cc
index 8a3c402..8103085 100644
--- a/chrome/browser/ui/views/find_bar_host_interactive_uitest.cc
+++ b/chrome/browser/ui/views/find_bar_host_interactive_uitest.cc
@@ -171,7 +171,8 @@ IN_PROC_BROWSER_TEST_F(FindInPageTest, FocusRestoreOnTabSwitch) {
// 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;