commit | f148cd53c790f33ccd7891b522708c2f3795293d | [log] [tgz] |
---|---|---|
author | Alex Chau <alexchau@google.com> | Thu Oct 21 22:31:11 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Oct 21 22:31:11 2021 +0000 |
tree | d4864b484ae359b3597ab0390b74497bfeed0b26 | |
parent | 92eef8561fa848c064e3cf42b99f1839b8a5e6e1 [diff] | |
parent | 385a6b9caa9c665e89894d673e143d62eef530ed [diff] |
Ignore testOverviewForTablet until root cause of cuttlefish failure is found. am: 385a6b9caa Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16102445 Change-Id: Ibff55762ec82ad6a9737e89b6e7f71d7263badd1
diff --git a/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java b/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java index 4240778..5e29657 100644 --- a/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java +++ b/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java
@@ -43,6 +43,7 @@ import org.junit.After; import org.junit.Before; +import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; @@ -289,6 +290,7 @@ @Test @PortraitLandscape + @Ignore("b/203781041") public void testOverviewForTablet() throws Exception { if (!mLauncher.isTablet()) { return;