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 e31e20c847c3b..064e077ee9edb 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; @@ -300,7 +300,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 =