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

Commit 2c8361e0 authored by Wale Ogunwale's avatar Wale Ogunwale
Browse files

Disable flaky test testRemoveContainer_deferRemoval

Bug: 65379195
Test: bit FrameworksServicesTests:com.android.server.wm.StackWindowControllerTests
Change-Id: Iee3fde155c083a4c4abe2f90529b20d172b5c328
parent 911e1e16
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;

@@ -60,6 +61,7 @@ public class StackWindowControllerTests extends WindowTestsBase {
    }

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