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

Unified Diff: ash/system/web_notification/web_notification_tray_unittest.cc

Issue 14033002: Disable WebNotificationTrayTest.ManyPopupNotifications and ManyMessageCenterNotifications (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/web_notification/web_notification_tray_unittest.cc
diff --git a/ash/system/web_notification/web_notification_tray_unittest.cc b/ash/system/web_notification/web_notification_tray_unittest.cc
index d5aba2d8fbdecdbc065bf81bedcc7cc0946bc69f..5b630a52d35bc96af3076483219da68797484915 100644
--- a/ash/system/web_notification/web_notification_tray_unittest.cc
+++ b/ash/system/web_notification/web_notification_tray_unittest.cc
@@ -188,7 +188,8 @@ TEST_F(WebNotificationTrayTest, WebNotificationPopupBubble) {
using message_center::NotificationList;
-TEST_F(WebNotificationTrayTest, ManyMessageCenterNotifications) {
+// Flakily fails. http://crbug.com/229791
+TEST_F(WebNotificationTrayTest, DISABLED_ManyMessageCenterNotifications) {
WebNotificationTray* tray = GetWebNotificationTray();
scoped_ptr<TestDelegate> delegate(new TestDelegate(get_message_center()));
@@ -209,7 +210,8 @@ TEST_F(WebNotificationTrayTest, ManyMessageCenterNotifications) {
tray->GetMessageCenterBubbleForTest()->NumMessageViewsForTest());
}
-TEST_F(WebNotificationTrayTest, ManyPopupNotifications) {
+// Flakily times out. http://crbug.com/229792
+TEST_F(WebNotificationTrayTest, DISABLED_ManyPopupNotifications) {
WebNotificationTray* tray = GetWebNotificationTray();
scoped_ptr<TestDelegate> delegate(new TestDelegate(get_message_center()));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698