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

Commit 4ccfdf71 authored by Bryce Lee's avatar Bryce Lee
Browse files

Re-add StackWindowControllerTests#testRemoveContainer_deferRemoval.

Bug: 65379195
Test: atest FrameworksServicesTests:StackWindowControllerTests#testRemoveContainer_deferRemoval
Change-Id: Icacc1483b7ba5b4f36dff448d7e6868d64b8020b
parent 4d51f445
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ import static org.junit.Assert.assertTrue;
 * Test class for {@link StackWindowController}.
 *
 * Build/Install/Run:
 *  bit FrameworksServicesTests:com.android.server.wm.StackWindowControllerTests
 *  atest FrameworksServicesTests:StackWindowControllerTests
 */
@SmallTest
@Presubmit
@@ -61,7 +61,6 @@ public class StackWindowControllerTests extends WindowTestsBase {
    }

    @Test
    @Ignore("b/65379195")
    public void testRemoveContainer_deferRemoval() throws Exception {
        final StackWindowController stackController =
                createStackControllerOnDisplay(mDisplayContent);