Merge "Move tests with reboot to @LargetTest suite" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
506284e2f9
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user