Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b103252b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Move tests with reboot to @LargetTest suite" into sc-dev am: 506284e2

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14936974

Change-Id: I63cff0d5a19a51223d79518b200be6ff85726bcc
parents 505a38b8 506284e2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -139,6 +139,7 @@ public class StagedInstallInternalTest extends BaseHostJUnit4Test {
     * Tests that duplicate packages in apk-in-apex and apk should fail to install.
     */
    @Test
    @LargeTest
    public void testDuplicateApkInApexShouldFail() throws Exception {
        pushTestApex();
        runPhase("testDuplicateApkInApexShouldFail_Commit");
@@ -290,6 +291,7 @@ public class StagedInstallInternalTest extends BaseHostJUnit4Test {
    }

    @Test
    @LargeTest
    public void testOrphanedStagingDirectoryGetsCleanedUpOnReboot() throws Exception {
        //create random directories in /data/app-staging folder
        getDevice().enableAdbRoot();
@@ -305,6 +307,7 @@ public class StagedInstallInternalTest extends BaseHostJUnit4Test {
    }

    @Test
    @LargeTest
    public void testFailStagedSessionIfStagingDirectoryDeleted() throws Exception {
        // Create a staged session
        runPhase("testFailStagedSessionIfStagingDirectoryDeleted_Commit");