commit | bf0042107c433de499e10b91a412b6c3e4a3bcbc | [log] [tgz] |
---|---|---|
author | vadimt <vadimt@google.com> | Tue Jul 16 19:05:57 2019 -0700 |
committer | vadimt <vadimt@google.com> | Tue Jul 16 19:05:57 2019 -0700 |
tree | c42000e41a6ffbea358cf69301a9aa8596a8f623 | |
parent | 10d278f3d599bb23eaab480c5a113e77a8b897b9 [diff] |
Temporarily disabling checking TouchInteractionService Change-Id: I953f251373f7bfb471eb203ee4ceda4375f17703
diff --git a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java index cc403d4..ec2107f 100644 --- a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +++ b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java
@@ -396,7 +396,7 @@ } private UiObject2 verifyContainerType(ContainerType containerType) { - waitForTouchInteractionService(); + //waitForTouchInteractionService(); assertEquals("Unexpected display rotation", mExpectedRotation, mDevice.getDisplayRotation());