summaryrefslogtreecommitdiffstats
path: root/tests/src
diff options
context:
space:
mode:
authorvadimt <vadimt@google.com>2019-09-12 15:04:50 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-09-12 15:04:50 -0700
commit627e0aefb67904e971f3b895a5ddae4c065ef964 (patch)
treeebabf112282ff9d7decd02b6999267eda6bac1c2 /tests/src
parent73fef775cd3984574addba9753b72323b763867f (diff)
parentd81f60f32472b2f863b336ba4610fb0ee95fe56f (diff)
downloadandroid_packages_apps_Trebuchet-627e0aefb67904e971f3b895a5ddae4c065ef964.tar.gz
android_packages_apps_Trebuchet-627e0aefb67904e971f3b895a5ddae4c065ef964.tar.bz2
android_packages_apps_Trebuchet-627e0aefb67904e971f3b895a5ddae4c065ef964.zip
Disable currently failing widget tests
am: d81f60f324 Change-Id: I496d02f2b9f23a7f91ae7627ea08f22576d8bf90
Diffstat (limited to 'tests/src')
-rw-r--r--tests/src/com/android/launcher3/ui/widget/AddConfigWidgetTest.java3
-rw-r--r--tests/src/com/android/launcher3/ui/widget/AddWidgetTest.java2
2 files changed, 5 insertions, 0 deletions
diff --git a/tests/src/com/android/launcher3/ui/widget/AddConfigWidgetTest.java b/tests/src/com/android/launcher3/ui/widget/AddConfigWidgetTest.java
index 5c38c8d53..489b035a3 100644
--- a/tests/src/com/android/launcher3/ui/widget/AddConfigWidgetTest.java
+++ b/tests/src/com/android/launcher3/ui/widget/AddConfigWidgetTest.java
@@ -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);
}
diff --git a/tests/src/com/android/launcher3/ui/widget/AddWidgetTest.java b/tests/src/com/android/launcher3/ui/widget/AddWidgetTest.java
index b9abc2e09..3be29fdaf 100644
--- a/tests/src/com/android/launcher3/ui/widget/AddWidgetTest.java
+++ b/tests/src/com/android/launcher3/ui/widget/AddWidgetTest.java
@@ -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();