summaryrefslogtreecommitdiff
path: root/quickstep
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2022-02-23 06:44:55 +0000
committerWinson Chung <winsonc@google.com>2022-02-23 06:44:55 +0000
commit4c2e3310e61169b7ee0b380f7f5652f657002d90 (patch)
tree08a74917e2cef8b647d3077697ff769e475c64c2 /quickstep
parente7bcd579d4fb7d1f0142a5dfd63f987f67aeb068 (diff)
downloadLauncher3-4c2e3310e61169b7ee0b380f7f5652f657002d90.tar.gz
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
Diffstat (limited to 'quickstep')
-rw-r--r--quickstep/tests/src/com/android/quickstep/FallbackRecentsTest.java2
1 files changed, 2 insertions, 0 deletions
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());