summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/tests
diff options
context:
space:
mode:
authorjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-06 06:44:06 +0000
committerjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-06 06:44:06 +0000
commit436d72e873098925ad9d8cd78fe2054ddb9afd66 (patch)
treef9199c606232e6139fa5231a68e2b237dcad26b8 /chrome/browser/ui/tests
parentf4ef14c8f9bd8d0a3cdd0ae2315b370f87618bd4 (diff)
downloadchromium_src-436d72e873098925ad9d8cd78fe2054ddb9afd66.zip
chromium_src-436d72e873098925ad9d8cd78fe2054ddb9afd66.tar.gz
chromium_src-436d72e873098925ad9d8cd78fe2054ddb9afd66.tar.bz2
ShowModalDialogTest: Remove FLAKE label from BasicTest.
Flaky Dashboard shows no failures anymore. BUG=17806 TEST=ShowModalDialogTest.BasicTest TBR=phajdan.jr@chromium.org Review URL: http://codereview.chromium.org/9323069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120545 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/tests')
-rw-r--r--chrome/browser/ui/tests/browser_uitest.cc6
1 files changed, 2 insertions, 4 deletions
diff --git a/chrome/browser/ui/tests/browser_uitest.cc b/chrome/browser/ui/tests/browser_uitest.cc
index fdf169b..3b1ae37 100644
--- a/chrome/browser/ui/tests/browser_uitest.cc
+++ b/chrome/browser/ui/tests/browser_uitest.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 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.
@@ -76,9 +76,7 @@ class ShowModalDialogTest : public UITest {
}
};
-// Flakiness returned. Re-opened crbug.com/17806
-// TODO(estade): remove flaky label if prospective fix works.
-TEST_F(ShowModalDialogTest, FLAKY_BasicTest) {
+TEST_F(ShowModalDialogTest, BasicTest) {
FilePath test_file(test_data_directory_);
test_file = test_file.AppendASCII("showmodaldialog.html");