Loading services/tests/servicestests/src/com/android/server/wm/StackWindowControllerTests.java +1 −2 Original line number Original line Diff line number Diff line Loading @@ -34,7 +34,7 @@ import static org.junit.Assert.assertTrue; * Test class for {@link StackWindowController}. * Test class for {@link StackWindowController}. * * * Build/Install/Run: * Build/Install/Run: * bit FrameworksServicesTests:com.android.server.wm.StackWindowControllerTests * atest FrameworksServicesTests:StackWindowControllerTests */ */ @SmallTest @SmallTest @Presubmit @Presubmit Loading @@ -61,7 +61,6 @@ public class StackWindowControllerTests extends WindowTestsBase { } } @Test @Test @Ignore("b/65379195") public void testRemoveContainer_deferRemoval() throws Exception { public void testRemoveContainer_deferRemoval() throws Exception { final StackWindowController stackController = final StackWindowController stackController = createStackControllerOnDisplay(mDisplayContent); createStackControllerOnDisplay(mDisplayContent); Loading Loading
services/tests/servicestests/src/com/android/server/wm/StackWindowControllerTests.java +1 −2 Original line number Original line Diff line number Diff line Loading @@ -34,7 +34,7 @@ import static org.junit.Assert.assertTrue; * Test class for {@link StackWindowController}. * Test class for {@link StackWindowController}. * * * Build/Install/Run: * Build/Install/Run: * bit FrameworksServicesTests:com.android.server.wm.StackWindowControllerTests * atest FrameworksServicesTests:StackWindowControllerTests */ */ @SmallTest @SmallTest @Presubmit @Presubmit Loading @@ -61,7 +61,6 @@ public class StackWindowControllerTests extends WindowTestsBase { } } @Test @Test @Ignore("b/65379195") public void testRemoveContainer_deferRemoval() throws Exception { public void testRemoveContainer_deferRemoval() throws Exception { final StackWindowController stackController = final StackWindowController stackController = createStackControllerOnDisplay(mDisplayContent); createStackControllerOnDisplay(mDisplayContent); Loading