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

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

Merge "Remove the workaround" into rvc-dev

parents 6cfdd46d ac9dac6a
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