Merge "Disable Tapl pressBack and dragToFolder Tests" into sc-v2-dev
This commit is contained in:
commit
a8c19019c6
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue