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

Commit 75e2b284 authored by JW Wang's avatar JW Wang Committed by Android (Google) Code Review
Browse files

Merge "Uninstall test apps in-between tests" into sc-dev

parents 690dd68d 15157ecd
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -48,6 +48,8 @@ public class MultiUserRollbackTest extends BaseHostJUnit4Test {
    public void tearDown() throws Exception {
    public void tearDown() throws Exception {
        removeSecondaryUserIfNecessary();
        removeSecondaryUserIfNecessary();
        runPhaseForUsers("cleanUp", mOriginalUserId);
        runPhaseForUsers("cleanUp", mOriginalUserId);
        uninstallPackage("com.android.cts.install.lib.testapp.A");
        uninstallPackage("com.android.cts.install.lib.testapp.B");
    }
    }


    @Before
    @Before