Index: chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc |
diff --git a/chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc b/chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc |
index e1bebd9feee3c68983c47fef25f23cd6ee031007..0f413fa0ff61c628d6de2eaec4255ce34683c7c5 100644 |
--- a/chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc |
+++ b/chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc |
@@ -187,7 +187,14 @@ IN_PROC_BROWSER_TEST_F(WebNotificationTrayTest, |
tray->message_center_delegate_->NumMessageViewsForTest()); |
} |
-IN_PROC_BROWSER_TEST_F(WebNotificationTrayTest, ManyPopupNotifications) { |
+#if defined(OS_LINUX) && !defined(OS_CHROMEOS) && defined(USE_AURA) |
+// TODO(erg): linux_aura bringup: http://crbug.com/163931 |
+#define MAYBE_ManyPopupNotifications DISABLED_ManyPopupNotifications |
+#else |
+#define MAYBE_ManyPopupNotifications ManyPopupNotifications |
+#endif |
+ |
+IN_PROC_BROWSER_TEST_F(WebNotificationTrayTest, MAYBE_ManyPopupNotifications) { |
scoped_ptr<WebNotificationTray> tray(new WebNotificationTray()); |
message_center::MessageCenter* message_center = tray->message_center(); |