Skip to content
Snippets Groups Projects
Commit 42bab789 authored by Wale Ogunwale's avatar Wale Ogunwale
Browse files

Disable flaky DisplayContentTests#testFocusedWindowMultipleDisplays

Reduce pre-submit noise. We can re-enable once we figure-out why it
is flaky.

Bug: 37908381
Test: disabled!
Change-Id: Ia82ba73fafafc433487027f2ee2d582dceb65ed2
parent 22c1275c
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,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 org.junit.Test;
import org.junit.runner.RunWith;
......@@ -236,6 +237,7 @@ public class DisplayContentTests extends WindowTestsBase {
}
@Test
@Ignore
public void testFocusedWindowMultipleDisplays() throws Exception {
// Create a focusable window and check that focus is calcualted correctly
final WindowState window1 =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment