Commit d0191ba1 authored by Hayato Ito's avatar Hayato Ito Committed by Commit Bot

Disable DesksWindowCyclingTest.CycleShowsAllDesksWindows

Disable DesksWindowCyclingTest.CycleShowsAllDesksWindows on OS_CHROMEOS.

TBR=mukai@chromium.org

BUG: 1013174
Change-Id: I38243ebf3fd4eac7348548727354c545a3df6991
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1855140Reviewed-by: default avatarHayato Ito <hayato@chromium.org>
Commit-Queue: Hayato Ito <hayato@chromium.org>
Cr-Commit-Position: refs/heads/master@{#704940}
parent 99bff000
......@@ -693,7 +693,13 @@ class DesksWindowCyclingTest : public WindowCycleControllerTest {
DISALLOW_COPY_AND_ASSIGN(DesksWindowCyclingTest);
};
TEST_F(DesksWindowCyclingTest, CycleShowsAllDesksWindows) {
// https://crbug.com/1013174
#if defined(OS_CHROMEOS)
#define MAYBE_CycleShowsAllDesksWindows DISABLED_CycleShowsAllDesksWindows
#else
#define MAYBE_CycleShowsAllDesksWindows CycleShowsAllDesksWindows
#endif
TEST_F(DesksWindowCyclingTest, MAYBE_CycleShowsAllDesksWindows) {
// Create two desks with two windows in each.
auto win0 = CreateAppWindow(gfx::Rect(0, 0, 250, 100));
auto win1 = CreateAppWindow(gfx::Rect(50, 50, 200, 200));
......
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