Commit abe6938e authored by Parastoo Geranmayeh's avatar Parastoo Geranmayeh

[Sheriff] Disable AppListPresenterDelegateTest.AppListShownWhileClosing

flaky test.

TBR="xiyuan@chromium.org, tbarzic@chromium.org"

Bug: 1056302
Change-Id: I65cbd1acadb5e68e3394f7cfeb7fa491f8c0abf5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2076377Reviewed-by: default avatarParastoo Geranmayeh <parastoog@google.com>
Reviewed-by: default avatarXiyuan Xia <xiyuan@chromium.org>
Commit-Queue: Parastoo Geranmayeh <parastoog@google.com>
Cr-Commit-Position: refs/heads/master@{#744805}
parent 96dce8fe
...@@ -1230,10 +1230,11 @@ TEST_F(AppListPresenterDelegateTest, ShelfBackgroundWithHomeLauncher) { ...@@ -1230,10 +1230,11 @@ TEST_F(AppListPresenterDelegateTest, ShelfBackgroundWithHomeLauncher) {
shelf_layout_manager->GetShelfBackgroundType()); shelf_layout_manager->GetShelfBackgroundType());
} }
// Flaky test: crbug/1056302
// Tests that app list understands shelf rounded corners state while animating // Tests that app list understands shelf rounded corners state while animating
// out and in, and that it keeps getting notified of shelf state changes if // out and in, and that it keeps getting notified of shelf state changes if
// close animation is interrupted by another show request. // close animation is interrupted by another show request.
TEST_F(AppListPresenterDelegateTest, AppListShownWhileClosing) { TEST_F(AppListPresenterDelegateTest, DISABLED_AppListShownWhileClosing) {
auto window = CreateTestWindow(); auto window = CreateTestWindow();
window->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_MAXIMIZED); window->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_MAXIMIZED);
......
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