commit | 5f44ce06088ad1f668b5e942285b27331b901c96 | [log] [tgz] |
---|---|---|
author | Alex Chau <alexchau@google.com> | Thu Oct 21 22:31:47 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Oct 21 22:31:47 2021 +0000 |
tree | b5a25e6eedda8f92a18e8a7c63e57fe351567272 | |
parent | d3fc199300e59403320870e0703300239f8957e1 [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: Ib3484141f857f8962aa0edf9fb7b530d843438cb
diff --git a/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java b/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java index 4895b10..710afe0 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; @@ -288,6 +289,7 @@ @Test @PortraitLandscape + @Ignore("b/203781041") public void testOverviewForTablet() throws Exception { if (!mLauncher.isTablet()) { return;