From f89f32192ac316a484cc5b79b30460276588834a Mon Sep 17 00:00:00 2001 From: Wale Ogunwale Date: Thu, 8 Mar 2018 17:01:08 -0800 Subject: [PATCH] Marked testFocusedWindowMultipleDisplays as flaky Bug: 37908381 Test: bit me! Change-Id: Icc2cccc3468849810df8de8778e1e9dc044b01a4 --- .../src/com/android/server/wm/DisplayContentTests.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/tests/servicestests/src/com/android/server/wm/DisplayContentTests.java b/services/tests/servicestests/src/com/android/server/wm/DisplayContentTests.java index a8556bd00e534..42b6b59a8da66 100644 --- a/services/tests/servicestests/src/com/android/server/wm/DisplayContentTests.java +++ b/services/tests/servicestests/src/com/android/server/wm/DisplayContentTests.java @@ -33,7 +33,7 @@ import static com.android.server.wm.WindowContainer.POSITION_TOP; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; -import org.junit.Ignore; +import android.support.test.filters.FlakyTest; import org.junit.Test; import org.junit.runner.RunWith; @@ -299,7 +299,7 @@ public class DisplayContentTests extends WindowTestsBase { } @Test - @Ignore + @FlakyTest(bugId = 37908381) public void testFocusedWindowMultipleDisplays() throws Exception { // Create a focusable window and check that focus is calculated correctly final WindowState window1 =