Commit 8924339a authored by Hongchan Choi's avatar Hongchan Choi Committed by Commit Bot

Disabled DragWindowFromShelfControllerTest.CancelDragDismissOverview

See details in:
https://analysis.chromium.org/p/chromium/flake-portal/flakes/occurrences?key=ag9zfmZpbmRpdC1mb3ItbWVyXQsSBUZsYWtlIlJjaHJvbWl1bUBhc2hfdW5pdHRlc3RzQERyYWdXaW5kb3dGcm9tU2hlbGZDb250cm9sbGVyVGVzdC5DYW5jZWxEcmFnRGlzbWlzc092ZXJ2aWV3DA

TBR=sky@chromium.org

Bug: 1022319
Change-Id: I772b15cae2066696ae719af76034c6a4b497dc12
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1903756Reviewed-by: default avatarHongchan Choi <hongchan@chromium.org>
Commit-Queue: Hongchan Choi <hongchan@chromium.org>
Auto-Submit: Hongchan Choi <hongchan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#713529}
parent 977b4b72
......@@ -518,7 +518,8 @@ TEST_F(DragWindowFromShelfControllerTest, NoBackdropDuringWindowScaleDown) {
// Test that if drag is cancelled, overview should be dismissed and other
// hidden windows should restore to its previous visibility state.
TEST_F(DragWindowFromShelfControllerTest, CancelDragDismissOverview) {
// Flaky on ChromeOS. https://crbug.com/1022319
TEST_F(DragWindowFromShelfControllerTest, DISABLED_CancelDragDismissOverview) {
auto window3 = CreateTestWindow();
auto window2 = CreateTestWindow();
auto window1 = CreateTestWindow();
......
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