Commit 200e86c1 authored by Marc Treib's avatar Marc Treib Committed by Commit Bot

Disable flaky WorkspaceLayoutManagerBackdropTest.OpenAppListInOverviewMode

TBR=minch@chromium.org
NOTRY=true

Bug: 838756
Change-Id: I3cf207f31b7063f64c87d7cc0d8a93e6299ed5cd
Reviewed-on: https://chromium-review.googlesource.com/1104418Reviewed-by: default avatarMarc Treib <treib@chromium.org>
Commit-Queue: Marc Treib <treib@chromium.org>
Cr-Commit-Position: refs/heads/master@{#567986}
parent 343aeab7
...@@ -1561,12 +1561,8 @@ TEST_F(WorkspaceLayoutManagerBackdropTest, ...@@ -1561,12 +1561,8 @@ TEST_F(WorkspaceLayoutManagerBackdropTest,
} }
// TODO(crbug.com/803286): The npot texture check failed on asan tests bot. // TODO(crbug.com/803286): The npot texture check failed on asan tests bot.
#if defined(ADDRESS_SANITIZER) // TODO(crbug.com/838756): Very flaky on mash_ash_unittests.
#define MAYBE_OpenAppListInOverviewMode DISABLED_OpenAppListInOverviewMode TEST_F(WorkspaceLayoutManagerBackdropTest, DISABLED_OpenAppListInOverviewMode) {
#else
#define MAYBE_OpenAppListInOverviewMode OpenAppListInOverviewMode
#endif
TEST_F(WorkspaceLayoutManagerBackdropTest, MAYBE_OpenAppListInOverviewMode) {
WorkspaceController* wc = ShellTestApi(Shell::Get()).workspace_controller(); WorkspaceController* wc = ShellTestApi(Shell::Get()).workspace_controller();
WorkspaceControllerTestApi test_helper(wc); 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