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

Commit 07c62116 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Disable flaky test testRemoveContainer_deferRemoval"

parents c48002f3 2c8361e0
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);