Merge "Disable Tapl pressBack and dragToFolder Tests" into sc-v2-dev

This commit is contained in:
Alex Chau 2021-11-04 14:29:13 +00:00 committed by Android (Google) Code Review
commit a8c19019c6
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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 {