Merge "Disable Tapl pressBack and dragToFolder Tests" into sc-v2-dev am: a8c19019c6 am: 2b2e9e701a

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16182791

Change-Id: Ib2f17869f636c379d846bc41f05e5a50e8b78f41
This commit is contained in:
Alex Chau
2021-11-04 14:58:26 +00:00
committed by Automerger Merge Worker
2 changed files with 4 additions and 0 deletions
@@ -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
@@ -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 {