From 4c2e3310e61169b7ee0b380f7f5652f657002d90 Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Wed, 23 Feb 2022 06:44:55 +0000 Subject: [PATCH] Disable flakey fallback recents test - Seems to be an existing failure in the recents animation not finishing, should disable to unblock folks Bug: 218403080 Test: Presubmit Change-Id: Ia42009666c67c29c1a78a2fe197bdce53dcb2ec8 --- .../tests/src/com/android/quickstep/FallbackRecentsTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/quickstep/tests/src/com/android/quickstep/FallbackRecentsTest.java b/quickstep/tests/src/com/android/quickstep/FallbackRecentsTest.java index 4529217a21..6be2ce690a 100644 --- a/quickstep/tests/src/com/android/quickstep/FallbackRecentsTest.java +++ b/quickstep/tests/src/com/android/quickstep/FallbackRecentsTest.java @@ -61,6 +61,7 @@ import com.android.quickstep.views.RecentsView; import org.junit.After; import org.junit.Before; +import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.rules.RuleChain; @@ -205,6 +206,7 @@ public class FallbackRecentsTest { // b/143488140 //@NavigationModeSwitch + @Ignore("b/218403080") @Test public void testOverview() { startAppFast(getAppPackageName());