Disable currently failing widget tests

am: d81f60f324

Change-Id: I496d02f2b9f23a7f91ae7627ea08f22576d8bf90
This commit is contained in:
vadimt
2019-09-12 15:04:50 -07:00
committed by android-build-merger
2 changed files with 5 additions and 0 deletions
@@ -41,6 +41,7 @@ import com.android.launcher3.util.Wait;
import com.android.launcher3.util.rule.ShellCommandRule;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -69,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);
}
@@ -26,6 +26,7 @@ import com.android.launcher3.ui.AbstractLauncherUiTest;
import com.android.launcher3.ui.TestViewHelpers;
import com.android.launcher3.util.rule.ShellCommandRule;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -41,6 +42,7 @@ public class AddWidgetTest extends AbstractLauncherUiTest {
@Test
@PortraitLandscape
@Ignore
public void testDragIcon() throws Throwable {
clearHomescreen();
mDevice.pressHome();