Commit a1394b54 authored by Sergey Poromov's avatar Sergey Poromov Committed by Commit Bot

[Sheriff] Disable flaky ShelfAnimatesToHiddenWhenGestureOutComplete

Still flaky:
https://ci.chromium.org/p/chromium/builders/ci/linux-chromeos-dbg/14609

TBR=manucornet@chromium.org

Bug: 1000463
Change-Id: Iae03820fc6b3e653e70028ba9e65d96fa005b568
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1831914Reviewed-by: default avatarSergey Poromov <poromov@chromium.org>
Commit-Queue: Sergey Poromov <poromov@chromium.org>
Cr-Commit-Position: refs/heads/master@{#701138}
parent 1d84c1e7
...@@ -2298,7 +2298,9 @@ TEST_P(ShelfLayoutManagerTest, ShelfAnimatesToVisibleWhenGestureInComplete) { ...@@ -2298,7 +2298,9 @@ TEST_P(ShelfLayoutManagerTest, ShelfAnimatesToVisibleWhenGestureInComplete) {
// Tests that the shelf animates to the auto hidden bounds after a swipe down // Tests that the shelf animates to the auto hidden bounds after a swipe down
// on the visible shelf. // on the visible shelf.
TEST_P(ShelfLayoutManagerTest, ShelfAnimatesToHiddenWhenGestureOutComplete) { // TODO(https://crbug.com/1000463): Flaky.
TEST_P(ShelfLayoutManagerTest,
DISABLED_ShelfAnimatesToHiddenWhenGestureOutComplete) {
Shelf* shelf = GetPrimaryShelf(); Shelf* shelf = GetPrimaryShelf();
shelf->SetAutoHideBehavior(SHELF_AUTO_HIDE_BEHAVIOR_ALWAYS); shelf->SetAutoHideBehavior(SHELF_AUTO_HIDE_BEHAVIOR_ALWAYS);
EXPECT_EQ(SHELF_AUTO_HIDE, shelf->GetVisibilityState()); EXPECT_EQ(SHELF_AUTO_HIDE, shelf->GetVisibilityState());
......
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