summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjohnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-27 00:34:31 +0000
committerjohnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-27 00:34:31 +0000
commit4b3540935a9769fb1634483027b70ee763ee431e (patch)
tree9c37d66305e58071a4f7940eedc646f379da6d49
parentaa382fee25074e025294ae8e312360965d47e2e4 (diff)
downloadchromium_src-4b3540935a9769fb1634483027b70ee763ee431e.zip
chromium_src-4b3540935a9769fb1634483027b70ee763ee431e.tar.gz
chromium_src-4b3540935a9769fb1634483027b70ee763ee431e.tar.bz2
This test is no longer flaky now that it is run as an interactive UI test. Changing the name to match.
BUG=32807 TEST=none Review URL: http://codereview.chromium.org/1727008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45651 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/notifications/notifications_interactive_uitest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/notifications/notifications_interactive_uitest.cc b/chrome/browser/notifications/notifications_interactive_uitest.cc
index 7bc5478..64ad27a 100644
--- a/chrome/browser/notifications/notifications_interactive_uitest.cc
+++ b/chrome/browser/notifications/notifications_interactive_uitest.cc
@@ -18,7 +18,7 @@ class NotificationsPermissionTest : public UITest {
}
};
-TEST_F(NotificationsPermissionTest, FLAKY_TestUserGestureInfobar) {
+TEST_F(NotificationsPermissionTest, TestUserGestureInfobar) {
const wchar_t kDocRoot[] = L"chrome/test/data";
scoped_refptr<HTTPTestServer> server =
HTTPTestServer::CreateServer(kDocRoot, NULL);