Merge "Removing screen record from TaplWorkProfileTest" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
dee300f77d
@@ -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<Launcher> {
|
||||
|
||||
// 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<Launcher> {
|
||||
|
||||
}
|
||||
|
||||
@ScreenRecord // b/322823478
|
||||
@Test
|
||||
public void testEdu() {
|
||||
assumeTrue(mWorkProfileSetupSuccessful);
|
||||
|
||||
Reference in New Issue
Block a user