Enabling portrait widgets tests without converting to TAPL

Bug: 131116002
Change-Id: I61e3277d4ff7aec12c8e532ce8ed68d8cd2032e9
This commit is contained in:
vadimt
2019-05-02 15:18:01 -07:00
parent dffb214d0f
commit 0b927428d6
2 changed files with 6 additions and 6 deletions

View File

@@ -49,19 +49,19 @@ public class AddWidgetTest extends AbstractLauncherUiTest {
@Rule public ShellCommandRule mGrantWidgetRule = ShellCommandRule.grantWidgetBind();
@Test
@Ignore // Convert test to TAPL and enable them; b/131116002
public void testDragIcon_portrait() throws Throwable {
lockRotation(true);
performTest();
}
@Test
@Ignore // Convert test to TAPL and enable them; b/131116002
@Ignore // b/121280703
public void testDragIcon_landscape() throws Throwable {
lockRotation(false);
performTest();
}
// b/131116002
private void performTest() throws Throwable {
clearHomescreen();
mActivityMonitor.startLauncher();