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

Commit 016f6e7b authored by Winson Chiu's avatar Winson Chiu Committed by Android (Google) Code Review
Browse files

Merge "Use FULL reboot strategy for multi user uninstall tests"

parents 31033992 70fb6171
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -104,8 +104,11 @@ class SystemStubMultiUserDisableUninstallTest : BaseHostJUnit4Test() {
    }

    private val tempFolder = TemporaryFolder()

    // TODO(b/160159215): Use START_STOP rather than FULL once it's fixed. This will drastically
    //  improve pre/post-submit times.
    private val preparer: SystemPreparer = SystemPreparer(tempFolder,
            SystemPreparer.RebootStrategy.START_STOP, deviceRebootRule) { this.device }
            SystemPreparer.RebootStrategy.FULL, deviceRebootRule) { this.device }

    @get:Rule
    val rules = RuleChain.outerRule(tempFolder).let {