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

Commit 3bc45eff authored by JW Wang's avatar JW Wang Committed by Automerger Merge Worker
Browse files

Merge "Remove the workaround" into rvc-dev am: 21f457f4 am: 79c8672e am:...

Merge "Remove the workaround" into rvc-dev am: 21f457f4 am: 79c8672e am: b222caef am: ec89e0d2

Change-Id: Idffd9f5227e6516d7d2af9acfd2e2a2ab2faedd6
parents 8b8b72b5 ec89e0d2
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -56,8 +56,7 @@ public class MultiUserRollbackTest extends BaseHostJUnit4Test {
        cleanUp();
        mOriginalUserId = getDevice().getCurrentUser();
        createAndStartSecondaryUser();
        // TODO(b/149733368): Remove the '-g' workaround when the bug is fixed.
        installPackage("RollbackTest.apk", "-g --user all");
        installPackage("RollbackTest.apk", "--user all");
    }

    @Test