Commit f84f1651 authored by jonross's avatar jonross Committed by Commit Bot

Disable WorkspaceLayoutManagerBackdropTest.OpenAppListInOverviewMode

The test WorkspaceLayoutManagerBackdropTest.OpenAppListInOverviewMode is flaking
so I'm disabling.

TBR= xiyuan@chromium.org
TEST=WorkspaceLayoutManagerBackdropTest.OpenAppListInOverviewMode

Bug: 838756
Change-Id: I68f90b668996a885ef37e047d453e6ecca12217c
Reviewed-on: https://chromium-review.googlesource.com/1042350Reviewed-by: default avatarJonathan Ross <jonross@chromium.org>
Commit-Queue: Jonathan Ross <jonross@chromium.org>
Cr-Commit-Position: refs/heads/master@{#555739}
parent bfd4a54d
......@@ -1547,7 +1547,8 @@ TEST_F(WorkspaceLayoutManagerBackdropTest,
GetAppListTestHelper()->Dismiss();
}
TEST_F(WorkspaceLayoutManagerBackdropTest, OpenAppListInOverviewMode) {
// TODO(minch): This test has a high flake rate. https://crbug.com/838756
TEST_F(WorkspaceLayoutManagerBackdropTest, DISABLED_OpenAppListInOverviewMode) {
WorkspaceController* wc = ShellTestApi(Shell::Get()).workspace_controller();
WorkspaceControllerTestApi test_helper(wc);
......
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