summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/find_bar_win_uitest.cc
diff options
context:
space:
mode:
authorkuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-06 03:02:08 +0000
committerkuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-06 03:02:08 +0000
commiteb323af0eab88d5714d937b7f57db33632f0b696 (patch)
tree311a763cddd8dbede7cbec0a3ba6c89918aeff57 /chrome/browser/views/find_bar_win_uitest.cc
parent91c612ef736e36ff0cb346fd5f996fa1cba4fdfb (diff)
downloadchromium_src-eb323af0eab88d5714d937b7f57db33632f0b696.zip
chromium_src-eb323af0eab88d5714d937b7f57db33632f0b696.tar.gz
chromium_src-eb323af0eab88d5714d937b7f57db33632f0b696.tar.bz2
* Disable test that seems to have been broken by r7570\
TBR=dglazkov BUG=6030 Review URL: http://codereview.chromium.org/16530 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7577 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/find_bar_win_uitest.cc')
-rw-r--r--chrome/browser/views/find_bar_win_uitest.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/views/find_bar_win_uitest.cc b/chrome/browser/views/find_bar_win_uitest.cc
index ac534b4..64d0e45 100644
--- a/chrome/browser/views/find_bar_win_uitest.cc
+++ b/chrome/browser/views/find_bar_win_uitest.cc
@@ -111,7 +111,9 @@ TEST_F(FindInPageControllerTest, FindInPageOrdinal) {
// This test loads a page with frames and makes sure the ordinal returned makes
// sense.
-TEST_F(FindInPageControllerTest, FindInPageMultiFramesOrdinal) {
+// Disabling to open tree.
+// See http://code.google.com/p/chromium/issues/detail?id=6030
+TEST_F(FindInPageControllerTest, DISABLED_FindInPageMultiFramesOrdinal) {
TestServer server(L"chrome/test/data");
// First we navigate to our frames page.