Disable failing widget tests

Bug: 140837771
Change-Id: Ibba7769543e682315ea23640f68416defa85f365
This commit is contained in:
vadimt
2019-09-12 17:05:39 -07:00
parent e17a699618
commit b59f65d2d8
2 changed files with 3 additions and 0 deletions

View File

@@ -70,12 +70,14 @@ public class AddConfigWidgetTest extends AbstractLauncherUiTest {
@Test
@PortraitLandscape
@Ignore
public void testWidgetConfig() throws Throwable {
runTest(true);
}
@Test
@PortraitLandscape
@Ignore
public void testConfigCancelled() throws Throwable {
runTest(false);
}