Commit e2233e6e authored by yosin@chromium.org's avatar yosin@chromium.org

Disable DesktopBackgroundControllerTest.BackgroundMovementDuringUnlock

BUG=366993
NOTRY=true

Review URL: https://codereview.chromium.org/256693003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266131 0039d316-1c4b-4281-b951-d872f2087c98
parent 6af4ef82
...@@ -179,7 +179,8 @@ TEST_F(DesktopBackgroundControllerTest, ControllerOwnership) { ...@@ -179,7 +179,8 @@ TEST_F(DesktopBackgroundControllerTest, ControllerOwnership) {
// Test for crbug.com/149043 "Unlock screen, no launcher appears". Ensure we // Test for crbug.com/149043 "Unlock screen, no launcher appears". Ensure we
// move all desktop views if there are more than one. // 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. // We cannot short-circuit animations for this test.
ui::ScopedAnimationDurationScaleMode normal_duration_mode( ui::ScopedAnimationDurationScaleMode normal_duration_mode(
ui::ScopedAnimationDurationScaleMode::NORMAL_DURATION); ui::ScopedAnimationDurationScaleMode::NORMAL_DURATION);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment