Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f89f3219 authored by Wale Ogunwale's avatar Wale Ogunwale
Browse files

Marked testFocusedWindowMultipleDisplays as flaky

Bug: 37908381
Test: bit me!
Change-Id: Icc2cccc3468849810df8de8778e1e9dc044b01a4
parent 09ed26a0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 =