From 019f5c4324869d2fdc56abe4f73b1ee61aeeec8c Mon Sep 17 00:00:00 2001 From: Alex Chau Date: Thu, 15 Sep 2022 05:12:01 +0000 Subject: [PATCH] Remove ScreenRecord for a test - ScreenRecord might have increased flankiness of a test, reverting to verify Bug: 242163855 Bug: 243688989 Change-Id: I6578a5ce2498f68e9b0102a2d9cb5bce91422f85 --- tests/src/com/android/launcher3/ui/WorkProfileTest.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/src/com/android/launcher3/ui/WorkProfileTest.java b/tests/src/com/android/launcher3/ui/WorkProfileTest.java index a4b506f7b1..302bd2fd59 100644 --- a/tests/src/com/android/launcher3/ui/WorkProfileTest.java +++ b/tests/src/com/android/launcher3/ui/WorkProfileTest.java @@ -35,7 +35,6 @@ import com.android.launcher3.allapps.WorkEduCard; import com.android.launcher3.allapps.WorkPausedCard; import com.android.launcher3.allapps.WorkProfileManager; import com.android.launcher3.tapl.LauncherInstrumentation; -import com.android.launcher3.util.rule.ScreenRecordRule.ScreenRecord; import org.junit.After; import org.junit.Before; @@ -107,7 +106,6 @@ public class WorkProfileTest extends AbstractLauncherUiTest { } @Test - @ScreenRecord // b/242163855 public void workTabExists() { assumeTrue(mWorkProfileSetupSuccessful); waitForWorkTabSetup();