Index: chrome/browser/notifications/message_center_notifications_browsertest.cc |
diff --git a/chrome/browser/notifications/message_center_notifications_browsertest.cc b/chrome/browser/notifications/message_center_notifications_browsertest.cc |
index 4118f6c0229e807be76c13b3c9d746d3cd9d1fb6..cb86441b43c716b66c060f5a59c12dfb67524b74 100644 |
--- a/chrome/browser/notifications/message_center_notifications_browsertest.cc |
+++ b/chrome/browser/notifications/message_center_notifications_browsertest.cc |
@@ -88,6 +88,10 @@ class MessageCenterNotificationsTest : public InProcessBrowserTest { |
} |
}; |
+// TODO(rsesek): Implement Message Center on Mac and get these tests passing |
+// for real. http://crbug.com/179904 |
+#if !defined(OS_MACOSX) |
+ |
IN_PROC_BROWSER_TEST_F(MessageCenterNotificationsTest, RetrieveBaseParts) { |
// Make sure comamnd-line switch has an effect. |
EXPECT_TRUE(NotificationUIManager::DelegatesToMessageCenter()); |
@@ -122,3 +126,4 @@ IN_PROC_BROWSER_TEST_F(MessageCenterNotificationsTest, ButtonClickedDelegate) { |
delegate->Release(); |
} |
+#endif // !defined(OS_MACOSX) |