| Index: chrome/browser/notifications/notifications_interactive_uitest.cc
|
| diff --git a/chrome/browser/notifications/notifications_interactive_uitest.cc b/chrome/browser/notifications/notifications_interactive_uitest.cc
|
| index d00fbe7cc5c931a5503213457407c302e61e3ac8..54fbc62b5a98ea83bc103ca80265bae1a0afcfb5 100644
|
| --- a/chrome/browser/notifications/notifications_interactive_uitest.cc
|
| +++ b/chrome/browser/notifications/notifications_interactive_uitest.cc
|
| @@ -20,6 +20,7 @@ class NotificationsPermissionTest : public UITest {
|
| // Flaky, http://crbug.com/62311 and http://crbug.com/74428.
|
| TEST_F(NotificationsPermissionTest, DISABLED_TestUserGestureInfobar) {
|
| net::TestServer test_server(net::TestServer::TYPE_HTTP,
|
| + net::TestServer::kLocalhost,
|
| FilePath(FILE_PATH_LITERAL("chrome/test/data")));
|
| ASSERT_TRUE(test_server.Start());
|
|
|
| @@ -47,6 +48,7 @@ TEST_F(NotificationsPermissionTest, DISABLED_TestUserGestureInfobar) {
|
| // Flaky, http://crbug.com/62311.
|
| TEST_F(NotificationsPermissionTest, DISABLED_TestNoUserGestureInfobar) {
|
| net::TestServer test_server(net::TestServer::TYPE_HTTP,
|
| + net::TestServer::kLocalhost,
|
| FilePath(FILE_PATH_LITERAL("chrome/test/data")));
|
| ASSERT_TRUE(test_server.Start());
|
|
|
|
|