commit | 759ba548525650e81ef26db68720d498e8e83861 | [log] [tgz] |
---|---|---|
author | Alex Chau <alexchau@google.com> | Thu Nov 04 14:41:10 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Nov 04 14:41:10 2021 +0000 |
tree | afcf9824e1cf71f806740775afcdf95a7a2bbb98 | |
parent | 6f45905cd5ade6c2fcb30c83b4fe3a5eac032588 [diff] | |
parent | a8c19019c610326470ecb9b988ee89641039e497 [diff] |
Merge "Disable Tapl pressBack and dragToFolder Tests" into sc-v2-dev am: a8c19019c6 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16182791 Change-Id: I9e7a24d8cec0d5b1d4ab603eaa2930725c742d33
diff --git a/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java b/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java index 437a19b..ea65757 100644 --- a/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java +++ b/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java
@@ -44,6 +44,7 @@ import org.junit.After; import org.junit.Before; +import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; @@ -292,6 +293,7 @@ // TODO(b/204830798): test with all navigation modes(add @NavigationModeSwitch annotation) // after the bug resolved. + @Ignore("b/205027405") @Test @PortraitLandscape @ScreenRecord
diff --git a/tests/src/com/android/launcher3/ui/TaplTestsLauncher3.java b/tests/src/com/android/launcher3/ui/TaplTestsLauncher3.java index 4007c26..f29ac23 100644 --- a/tests/src/com/android/launcher3/ui/TaplTestsLauncher3.java +++ b/tests/src/com/android/launcher3/ui/TaplTestsLauncher3.java
@@ -387,6 +387,7 @@ return appIcon; } + @Ignore("b/205014516") @Test @PortraitLandscape public void testDragToFolder() throws Exception { @@ -413,6 +414,7 @@ folder.close(); } + @Ignore("b/205027405") @Test @PortraitLandscape public void testPressBack() throws Exception {