Skip to content

Commit

Permalink
Disable flaky ash_unittests SplitViewControllerTest.OverviewExitAnima…
Browse files Browse the repository at this point in the history
…tionTest

Failed 4 cycles at https://ci.chromium.org/ui/p/chrome/builders/ci/linux-chromeos-chrome

Bug: b/252512416
Change-Id: Ie0f61645c85000f19de5b9db4062d86fceeb44b2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5058370
Owners-Override: Trent Apted <tapted@chromium.org>
Reviewed-by: Ben Reich <benreich@chromium.org>
Commit-Queue: Ben Reich <benreich@chromium.org>
Auto-Submit: Trent Apted <tapted@chromium.org>
Commit-Queue: Trent Apted <tapted@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1228645}
  • Loading branch information
tapted authored and Chromium LUCI CQ committed Nov 24, 2023
1 parent 2439f8d commit 9b1e1fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ash/wm/splitview/split_view_controller_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2513,7 +2513,8 @@ TEST_F(SplitViewControllerTest, ShadowDisappearsWhenSnapped) {
// windows in overview mode to snap to both side of the screen), or toggle
// overview to end overview causes a window to snap, we should not have the
// exiting animation.
TEST_F(SplitViewControllerTest, OverviewExitAnimationTest) {
// Flaky. See b/252512416.
TEST_F(SplitViewControllerTest, DISABLED_OverviewExitAnimationTest) {
ui::ScopedAnimationDurationScaleMode anmatin_scale(
ui::ScopedAnimationDurationScaleMode::NON_ZERO_DURATION);

Expand Down

0 comments on commit 9b1e1fa

Please sign in to comment.