commit | 92eef8561fa848c064e3cf42b99f1839b8a5e6e1 | [log] [tgz] |
---|---|---|
author | Makoto Onuki <omakoto@google.com> | Thu Oct 21 21:02:39 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Oct 21 21:02:39 2021 +0000 |
tree | 3c634f0c49716d09d503d01d7bae59ce9d710923 | |
parent | a15ea27e04a7d64dde6b944c9c93641a7cf04644 [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: I467315c297aa164dc5f34a6bae87e82ee2509e93
diff --git a/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java b/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java index 5e29657..4240778 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; @@ -290,7 +289,6 @@ @Test @PortraitLandscape - @Ignore("b/203781041") public void testOverviewForTablet() throws Exception { if (!mLauncher.isTablet()) { return;