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 {