commit | d3fc199300e59403320870e0703300239f8957e1 | [log] [tgz] |
---|---|---|
author | Makoto Onuki <omakoto@google.com> | Thu Oct 21 21:03:12 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Oct 21 21:03:12 2021 +0000 |
tree | 16f4677b9b06fcd32ede53aff8c4db0f92d99325 | |
parent | bad93beeea3baeccfecd72473cb94465ce4cdc3d [diff] | |
parent | 1b5e2679a4f46da516fee55324a4c8c7cf02de22 [diff] |
Merge "Revert "Ignore testOverviewForTablet until root cause of cuttlefish failure is found."" into sc-v2-dev am: 1b5e2679a4 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16102337 Change-Id: Ib207c0afbcdaf2ad472bf6972cb69511d1fa9db5
diff --git a/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java b/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java index 710afe0..4895b10 100644 --- a/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java +++ b/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java
@@ -43,7 +43,6 @@ import org.junit.After; import org.junit.Before; -import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; @@ -289,7 +288,6 @@ @Test @PortraitLandscape - @Ignore("b/203781041") public void testOverviewForTablet() throws Exception { if (!mLauncher.isTablet()) { return;