Ignoring more tests

Bug: 117106893
Test: will see on TAP
Change-Id: I992edaff5e40e8c16188033b5cbda6b0228fc2b6
This commit is contained in:
Vadim Tryshev 2018-10-08 16:05:11 -07:00
parent f307b6032e
commit b769edec46
1 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,7 @@ public class AddConfigWidgetTest extends AbstractLauncherUiTest {
}
@Test
@Ignore
public void testWidgetConfig() throws Throwable {
runTest(false, true);
}
@ -79,6 +80,7 @@ public class AddConfigWidgetTest extends AbstractLauncherUiTest {
}
@Test
@Ignore
public void testConfigCancelled() throws Throwable {
runTest(false, false);
}