summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfinnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-25 17:38:16 +0000
committerfinnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-25 17:38:16 +0000
commit3fe87738f5042d30977ab6263c6e3565f45b4c3a (patch)
tree769de57283e87a4e61bbc48807dd381884695e32
parent5a7e7bdbedc79a502c37eac1fe6ee22d0bd6dd66 (diff)
downloadchromium_src-3fe87738f5042d30977ab6263c6e3565f45b4c3a.zip
chromium_src-3fe87738f5042d30977ab6263c6e3565f45b4c3a.tar.gz
chromium_src-3fe87738f5042d30977ab6263c6e3565f45b4c3a.tar.bz2
Remove flaky label for a test. My fix seems to have worked (hasn't
been failing for a few days now -- used to fail regularly). BUG=16447 TEST=None (making a change to a test) TBR=jcampan Review URL: http://codereview.chromium.org/553070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37018 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/views/find_bar_host_browsertest.cc6
1 files changed, 2 insertions, 4 deletions
diff --git a/chrome/browser/views/find_bar_host_browsertest.cc b/chrome/browser/views/find_bar_host_browsertest.cc
index 26ca3cf..4dadc3a 100644
--- a/chrome/browser/views/find_bar_host_browsertest.cc
+++ b/chrome/browser/views/find_bar_host_browsertest.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
+// Copyright (c) 2010 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -554,9 +554,7 @@ IN_PROC_BROWSER_TEST_F(FindInPageControllerTest,
}
// Make sure Find box moves out of the way if it is obscuring the active match.
-// Flaky, see http://crbug.com/16447.
-IN_PROC_BROWSER_TEST_F(FindInPageControllerTest,
- FLAKY_FindMovesWhenObscuring) {
+IN_PROC_BROWSER_TEST_F(FindInPageControllerTest, FindMovesWhenObscuring) {
HTTPTestServer* server = StartHTTPServer();
GURL url = server->TestServerPageW(kMoveIfOver);