diff options
-rw-r--r-- | chrome/common/desktop_notifications/active_notification_tracker_unittest.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/common/desktop_notifications/active_notification_tracker_unittest.cc b/chrome/common/desktop_notifications/active_notification_tracker_unittest.cc index 9553a73..38c9d65 100644 --- a/chrome/common/desktop_notifications/active_notification_tracker_unittest.cc +++ b/chrome/common/desktop_notifications/active_notification_tracker_unittest.cc @@ -5,7 +5,7 @@ #include "chrome/common/desktop_notifications/active_notification_tracker.h" #include "testing/gtest/include/gtest/gtest.h" -TEST(ActiveNotificationTrackerTest, TestLookupAndClear) { +TEST(ActiveNotificationTrackerTest, DISABLED_TestLookupAndClear) { ActiveNotificationTracker tracker; WebKit::WebNotification notification1; @@ -23,4 +23,3 @@ TEST(ActiveNotificationTrackerTest, TestLookupAndClear) { tracker.Clear(); } - |