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

Commit 9662e100 authored by JW Wang's avatar JW Wang Committed by Automerger Merge Worker
Browse files

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

Change-Id: I16aa135259d4732b901ec2383742cf7d569cb339
parents 3f77974b 21f457f4
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