From bf0042107c433de499e10b91a412b6c3e4a3bcbc Mon Sep 17 00:00:00 2001 From: vadimt Date: Tue, 16 Jul 2019 19:05:57 -0700 Subject: [PATCH] Temporarily disabling checking TouchInteractionService Change-Id: I953f251373f7bfb471eb203ee4ceda4375f17703 --- .../com/android/launcher3/tapl/LauncherInstrumentation.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java index cc403d48f2..ec2107fb8a 100644 --- a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +++ b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java @@ -396,7 +396,7 @@ public final class LauncherInstrumentation { } private UiObject2 verifyContainerType(ContainerType containerType) { - waitForTouchInteractionService(); + //waitForTouchInteractionService(); assertEquals("Unexpected display rotation", mExpectedRotation, mDevice.getDisplayRotation());