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

@@ -71,25 +71,25 @@ public class AddConfigWidgetTest extends AbstractLauncherUiTest {
}
@Test
@Ignore // Convert test to TAPL and enable them; b/131116002
// Convert test to TAPL b/131116002
public void testWidgetConfig() throws Throwable {
runTest(false, true);
}
@Test
@Ignore // Convert test to TAPL and enable them; b/131116002
@Ignore // b/121280703
public void testWidgetConfig_rotate() throws Throwable {
runTest(true, true);
}
@Test
@Ignore // Convert test to TAPL and enable them; b/131116002
// Convert test to TAPL b/131116002
public void testConfigCancelled() throws Throwable {
runTest(false, false);
}
@Test
@Ignore // Convert test to TAPL and enable them; b/131116002
@Ignore // b/121280703
public void testConfigCancelled_rotate() throws Throwable {
runTest(true, false);
}