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

Commit ac9dac6a authored by JW Wang's avatar JW Wang
Browse files

Remove the workaround

Bug: 153832351
Test: atest MultiUserRollbackTest
Change-Id: I0718632fe9c81884965f0cc10a302155d434c621
parent ec38d551
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