Merge "Marked testFocusedWindowMultipleDisplays as flaky" into pi-dev

am: e8b15263e0

Change-Id: I51cc911290bd46dcab725c8a31685d464b014098
This commit is contained in:
Wale Ogunwale
2018-03-09 14:05:31 +00:00
committed by android-build-merger

View File

@@ -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 =