| Index: ash/system/tray/system_tray_unittest.cc
|
| ===================================================================
|
| --- ash/system/tray/system_tray_unittest.cc (revision 141508)
|
| +++ ash/system/tray/system_tray_unittest.cc (working copy)
|
| @@ -164,7 +164,8 @@
|
| tray->GetWidget()->GetWindowScreenBounds().size().ToString());
|
| }
|
|
|
| -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->GetWidget());
|
|
|
|
|