diff options
author | pinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-28 17:24:41 +0000 |
---|---|---|
committer | pinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-28 17:24:41 +0000 |
commit | 62b590adb8870c82956325f458f305d9e4e97296 (patch) | |
tree | 4dd6d6ef051c346abcb43a3083c986259cc763f5 /chrome/browser/notifications/notifications_interactive_uitest.cc | |
parent | cdfe882d3c447b10e0b107661f0c3a5320ceb594 (diff) | |
download | chromium_src-62b590adb8870c82956325f458f305d9e4e97296.zip chromium_src-62b590adb8870c82956325f458f305d9e4e97296.tar.gz chromium_src-62b590adb8870c82956325f458f305d9e4e97296.tar.bz2 |
Disable test that's timing out
BUG=74428
TEST=none
Review URL: http://codereview.chromium.org/6598038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76225 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/notifications/notifications_interactive_uitest.cc')
-rw-r--r-- | chrome/browser/notifications/notifications_interactive_uitest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/notifications/notifications_interactive_uitest.cc b/chrome/browser/notifications/notifications_interactive_uitest.cc index d2ace68..b7e5fa9 100644 --- a/chrome/browser/notifications/notifications_interactive_uitest.cc +++ b/chrome/browser/notifications/notifications_interactive_uitest.cc @@ -16,8 +16,8 @@ class NotificationsPermissionTest : public UITest { } }; -// Flaky, http://crbug.com/62311. -TEST_F(NotificationsPermissionTest, FLAKY_TestUserGestureInfobar) { +// Flaky, http://crbug.com/62311 and http://crbug.com/74428. +TEST_F(NotificationsPermissionTest, DISABLED_TestUserGestureInfobar) { net::TestServer test_server(net::TestServer::TYPE_HTTP, FilePath(FILE_PATH_LITERAL("chrome/test/data"))); ASSERT_TRUE(test_server.Start()); |