diff options
| -rw-r--r-- | services/tests/servicestests/src/com/android/server/wm/RecentsAnimationControllerTest.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/services/tests/servicestests/src/com/android/server/wm/RecentsAnimationControllerTest.java b/services/tests/servicestests/src/com/android/server/wm/RecentsAnimationControllerTest.java index aaa00452204b..088e22972cc9 100644 --- a/services/tests/servicestests/src/com/android/server/wm/RecentsAnimationControllerTest.java +++ b/services/tests/servicestests/src/com/android/server/wm/RecentsAnimationControllerTest.java @@ -40,6 +40,7 @@ import android.util.SparseBooleanArray; import android.view.IRecentsAnimationRunner; import android.view.SurfaceControl; +import androidx.test.filters.FlakyTest; import androidx.test.filters.SmallTest; import androidx.test.runner.AndroidJUnit4; @@ -114,6 +115,7 @@ public class RecentsAnimationControllerTest extends WindowTestsBase { } @Test + @FlakyTest(bugId = 117117823) public void testIncludedApps_expectTargetAndVisible() throws Exception { sWm.setRecentsAnimationController(mController); final AppWindowToken homeAppWindow = createAppWindowToken(mDisplayContent, |