From d80ed19ba6f1a457cadffa235289e6f3b1c40274 Mon Sep 17 00:00:00 2001 From: Benno Lin Date: Wed, 3 Nov 2021 23:58:39 +0000 Subject: [PATCH] Disable Tapl pressBack and dragToFolder Tests The tests break on R3 and S5 devices. Therefore the CL disable them temporarily until the issue being resolved. Bug: 205027405 Bug: 205014516 Test: disable tests that break ATP tests on R3 and S5. Change-Id: Ib71c2f334d98445aeafa211d9bba2910d191b6fb --- .../tests/src/com/android/quickstep/TaplTestsQuickstep.java | 2 ++ tests/src/com/android/launcher3/ui/TaplTestsLauncher3.java | 2 ++ 2 files changed, 4 insertions(+) diff --git a/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java b/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java index 437a19b1f1..ea65757599 100644 --- a/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java +++ b/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java @@ -44,6 +44,7 @@ import com.android.quickstep.views.RecentsView; 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 @@ public class TaplTestsQuickstep extends AbstractQuickStepTest { // 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 4007c26f54..f29ac23dc3 100644 --- a/tests/src/com/android/launcher3/ui/TaplTestsLauncher3.java +++ b/tests/src/com/android/launcher3/ui/TaplTestsLauncher3.java @@ -387,6 +387,7 @@ public class TaplTestsLauncher3 extends AbstractLauncherUiTest { return appIcon; } + @Ignore("b/205014516") @Test @PortraitLandscape public void testDragToFolder() throws Exception { @@ -413,6 +414,7 @@ public class TaplTestsLauncher3 extends AbstractLauncherUiTest { folder.close(); } + @Ignore("b/205027405") @Test @PortraitLandscape public void testPressBack() throws Exception {