diff options
| author | 2018-03-19 16:46:19 +0000 | |
|---|---|---|
| committer | 2018-03-19 16:46:19 +0000 | |
| commit | 2112d11eee56adbbfa2470162dbc2de0b87ede4c (patch) | |
| tree | dfcf3634fe97212347c28263872f16c5bac04824 | |
| parent | ff964696a132ca3b5d2c4bdf3cc63f7f9fdfc6a9 (diff) | |
| parent | 4ff53666ad8279072a1edd65cd0e40b98ddce23e (diff) | |
Merge "Removed flaky annotation from testFocusedWindowMultipleDisplays" into pi-dev
| -rw-r--r-- | services/tests/servicestests/src/com/android/server/wm/DisplayContentTests.java | 2 |
1 files changed, 0 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 ccde049b99ca..4f49a4ae6467 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,6 @@ import static com.android.server.wm.WindowContainer.POSITION_TOP; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; -import android.support.test.filters.FlakyTest; import org.junit.Test; import org.junit.runner.RunWith; @@ -302,7 +301,6 @@ public class DisplayContentTests extends WindowTestsBase { } @Test - @FlakyTest(bugId = 37908381) public void testFocusedWindowMultipleDisplays() throws Exception { // Create a focusable window and check that focus is calculated correctly final WindowState window1 = |