Loading services/tests/servicestests/src/com/android/server/wm/StackWindowControllerTests.java +2 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ package com.android.server.wm; import android.graphics.Rect; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; Loading Loading @@ -60,6 +61,7 @@ public class StackWindowControllerTests extends WindowTestsBase { } @Test @Ignore("b/65379195") public void testRemoveContainer_deferRemoval() throws Exception { final StackWindowController stackController = createStackControllerOnDisplay(mDisplayContent); Loading Loading
services/tests/servicestests/src/com/android/server/wm/StackWindowControllerTests.java +2 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ package com.android.server.wm; import android.graphics.Rect; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; Loading Loading @@ -60,6 +61,7 @@ public class StackWindowControllerTests extends WindowTestsBase { } @Test @Ignore("b/65379195") public void testRemoveContainer_deferRemoval() throws Exception { final StackWindowController stackController = createStackControllerOnDisplay(mDisplayContent); Loading