commit | 4c2e3310e61169b7ee0b380f7f5652f657002d90 | [log] [tgz] |
---|---|---|
author | Winson Chung <winsonc@google.com> | Wed Feb 23 06:44:55 2022 +0000 |
committer | Winson Chung <winsonc@google.com> | Wed Feb 23 06:44:55 2022 +0000 |
tree | 08a74917e2cef8b647d3077697ff769e475c64c2 | |
parent | e7bcd579d4fb7d1f0142a5dfd63f987f67aeb068 [diff] |
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
diff --git a/quickstep/tests/src/com/android/quickstep/FallbackRecentsTest.java b/quickstep/tests/src/com/android/quickstep/FallbackRecentsTest.java index 4529217..6be2ce6 100644 --- a/quickstep/tests/src/com/android/quickstep/FallbackRecentsTest.java +++ b/quickstep/tests/src/com/android/quickstep/FallbackRecentsTest.java
@@ -61,6 +61,7 @@ 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 @@ // b/143488140 //@NavigationModeSwitch + @Ignore("b/218403080") @Test public void testOverview() { startAppFast(getAppPackageName());