| Index: ash/desktop_background/desktop_background_controller_unittest.cc
|
| diff --git a/ash/desktop_background/desktop_background_controller_unittest.cc b/ash/desktop_background/desktop_background_controller_unittest.cc
|
| index 53a90ebb26587e1c611ada2dc5987fdce9257760..e48142639d71ccf1382f882c8dc88ccaad6b05e3 100644
|
| --- a/ash/desktop_background/desktop_background_controller_unittest.cc
|
| +++ b/ash/desktop_background/desktop_background_controller_unittest.cc
|
| @@ -179,7 +179,8 @@ TEST_F(DesktopBackgroundControllerTest, ControllerOwnership) {
|
|
|
| // Test for crbug.com/149043 "Unlock screen, no launcher appears". Ensure we
|
| // move all desktop views if there are more than one.
|
| -TEST_F(DesktopBackgroundControllerTest, BackgroundMovementDuringUnlock) {
|
| +// Disabled for crbug.com/366993
|
| +TEST_F(DesktopBackgroundControllerTest, DISABLED_BackgroundMovementDuringUnlock) {
|
| // We cannot short-circuit animations for this test.
|
| ui::ScopedAnimationDurationScaleMode normal_duration_mode(
|
| ui::ScopedAnimationDurationScaleMode::NORMAL_DURATION);
|
|
|