diff --git a/tests/src/com/android/launcher3/ui/TaplWorkProfileTest.java b/tests/src/com/android/launcher3/ui/TaplWorkProfileTest.java index b2e413de20..b38dd4ba11 100644 --- a/tests/src/com/android/launcher3/ui/TaplWorkProfileTest.java +++ b/tests/src/com/android/launcher3/ui/TaplWorkProfileTest.java @@ -45,7 +45,6 @@ import com.android.launcher3.allapps.WorkPausedCard; import com.android.launcher3.allapps.WorkProfileManager; import com.android.launcher3.tapl.LauncherInstrumentation; import com.android.launcher3.util.TestUtil; -import com.android.launcher3.util.rule.ScreenRecordRule.ScreenRecord; import com.android.launcher3.util.rule.TestStabilityRule.Stability; import org.junit.After; @@ -147,7 +146,6 @@ public class TaplWorkProfileTest extends AbstractLauncherUiTest { // Staging; will be promoted to presubmit if stable @Stability(flavors = LOCAL | PLATFORM_POSTSUBMIT) - @ScreenRecord @Test public void toggleWorks() { assumeTrue(mWorkProfileSetupSuccessful); @@ -195,7 +193,6 @@ public class TaplWorkProfileTest extends AbstractLauncherUiTest { } - @ScreenRecord // b/322823478 @Test public void testEdu() { assumeTrue(mWorkProfileSetupSuccessful);