summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorVadim Tryshev <vadimt@google.com>2018-10-01 12:27:35 -0700
committerVadim Tryshev <vadimt@google.com>2018-10-01 12:27:35 -0700
commitc78b6fa46506826cb13cee5c18c2dce7e8b689ee (patch)
tree89d66832bc2f8cd1e01dea8c7b2c0873a3bbc9e8 /tests
parentff2d0d0a9eb51ea10262e51e87fd9fb1992900aa (diff)
downloadandroid_packages_apps_Trebuchet-c78b6fa46506826cb13cee5c18c2dce7e8b689ee.tar.gz
android_packages_apps_Trebuchet-c78b6fa46506826cb13cee5c18c2dce7e8b689ee.tar.bz2
android_packages_apps_Trebuchet-c78b6fa46506826cb13cee5c18c2dce7e8b689ee.zip
Disabling TestDragIcon tests
The bug below is for re-enabling disabled tests. The problem is not reproable locally, at least after several hours of attempts. For now, we'd benefit more for enabling presubmits. Bug: 117106893 Test: will see on TAP Change-Id: Idd3f80accaf444eef29c151efea542924fcc713b
Diffstat (limited to 'tests')
-rw-r--r--tests/src/com/android/launcher3/ui/widget/AddWidgetTest.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/src/com/android/launcher3/ui/widget/AddWidgetTest.java b/tests/src/com/android/launcher3/ui/widget/AddWidgetTest.java
index 050f046d0..d9fef8171 100644
--- a/tests/src/com/android/launcher3/ui/widget/AddWidgetTest.java
+++ b/tests/src/com/android/launcher3/ui/widget/AddWidgetTest.java
@@ -33,6 +33,7 @@ import com.android.launcher3.util.Wait;
import com.android.launcher3.util.rule.ShellCommandRule;
import com.android.launcher3.widget.WidgetCell;
+import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -47,12 +48,14 @@ public class AddWidgetTest extends AbstractLauncherUiTest {
@Rule public ShellCommandRule mGrantWidgetRule = ShellCommandRule.grandWidgetBind();
@Test
+ @Ignore
public void testDragIcon_portrait() throws Throwable {
lockRotation(true);
performTest();
}
@Test
+ @Ignore
public void testDragIcon_landscape() throws Throwable {
lockRotation(false);
performTest();