summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.