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

Unified Diff: chrome/browser/extensions/app_notification_manager_sync_unittest.cc

Issue 11275009: Disable AppNotificationManagerSyncTest.ProcessSyncChangesIgnoreBad{Add,Updates} (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: break lines Created 8 years, 2 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: chrome/browser/extensions/app_notification_manager_sync_unittest.cc
diff --git a/chrome/browser/extensions/app_notification_manager_sync_unittest.cc b/chrome/browser/extensions/app_notification_manager_sync_unittest.cc
index a0b118dfc9132269fda5fb7b95dcfa59599ddd14..380a1c739d8fe6c5b946c5a2113370c4a4aba066 100644
--- a/chrome/browser/extensions/app_notification_manager_sync_unittest.cc
+++ b/chrome/browser/extensions/app_notification_manager_sync_unittest.cc
@@ -571,7 +571,9 @@ TEST_F(AppNotificationManagerSyncTest, ProcessSyncChangesNonEmptyModel) {
}
// Process sync changes should ignore a bad ADD.
-TEST_F(AppNotificationManagerSyncTest, ProcessSyncChangesIgnoreBadAdd) {
+// Hangs: http://crbug.com/149712
+TEST_F(AppNotificationManagerSyncTest,
+ DISABLED_ProcessSyncChangesIgnoreBadAdd) {
AppNotification* n1 = CreateNotification(1);
model()->Add(n1);
AppNotification* n2 = CreateNotification(2);
@@ -619,7 +621,9 @@ TEST_F(AppNotificationManagerSyncTest, ProcessSyncChangesIgnoreBadDelete) {
}
// Process sync changes should ignore bad UPDATEs.
-TEST_F(AppNotificationManagerSyncTest, ProcessSyncChangesIgnoreBadUpdates) {
+// Hangs: http://crbug.com/149712
+TEST_F(AppNotificationManagerSyncTest,
+ DISABLED_ProcessSyncChangesIgnoreBadUpdates) {
AppNotification* n1 = CreateNotification(1);
model()->Add(n1);
AppNotification* n2 = CreateNotification(2);
« 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