summaryrefslogtreecommitdiffstats
path: root/ash/system/tray
diff options
context:
space:
mode:
Diffstat (limited to 'ash/system/tray')
-rw-r--r--ash/system/tray/system_tray_unittest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/ash/system/tray/system_tray_unittest.cc b/ash/system/tray/system_tray_unittest.cc
index 6a25f0e..0946fbd 100644
--- a/ash/system/tray/system_tray_unittest.cc
+++ b/ash/system/tray/system_tray_unittest.cc
@@ -125,7 +125,8 @@ TEST_F(SystemTrayTest, SystemTrayTestItems) {
ASSERT_TRUE(detailed_item->detailed_view() == NULL);
}
-TEST_F(SystemTrayTest, SystemTrayNotifications) {
+// Disabled due to a use-after-free, see http://crbug.com/127539.
+TEST_F(SystemTrayTest, DISABLED_SystemTrayNotifications) {
scoped_ptr<SystemTray> tray(CreateSystemTray());
ASSERT_TRUE(tray->widget());