Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1559)

Unified Diff: chrome/browser/notifications/notifications_interactive_uitest.cc

Issue 4676001: Mark following tests as flaky due to an assertion failure: (Closed)
Patch Set: Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/collected_cookies_uitest.cc ('k') | chrome/browser/views/tabs/tab_dragging_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 afd44d75751483d17ae8a809f0c1d83b6a769b85..43d905f725ccf553553276867d60f4aae7286640 100644
--- a/chrome/browser/notifications/notifications_interactive_uitest.cc
+++ b/chrome/browser/notifications/notifications_interactive_uitest.cc
@@ -17,7 +17,8 @@ class NotificationsPermissionTest : public UITest {
}
};
-TEST_F(NotificationsPermissionTest, TestUserGestureInfobar) {
+// Flaky, http://crbug.com/62311.
+TEST_F(NotificationsPermissionTest, FLAKY_TestUserGestureInfobar) {
net::TestServer test_server(net::TestServer::TYPE_HTTP,
FilePath(FILE_PATH_LITERAL("chrome/test/data")));
ASSERT_TRUE(test_server.Start());
@@ -43,7 +44,8 @@ TEST_F(NotificationsPermissionTest, TestUserGestureInfobar) {
EXPECT_TRUE(tab->WaitForInfoBarCount(1));
}
-TEST_F(NotificationsPermissionTest, TestNoUserGestureInfobar) {
+// Flaky, http://crbug.com/62311.
+TEST_F(NotificationsPermissionTest, FLAKY_TestNoUserGestureInfobar) {
net::TestServer test_server(net::TestServer::TYPE_HTTP,
FilePath(FILE_PATH_LITERAL("chrome/test/data")));
ASSERT_TRUE(test_server.Start());
« no previous file with comments | « chrome/browser/collected_cookies_uitest.cc ('k') | chrome/browser/views/tabs/tab_dragging_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698