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

Commit ec89e0d2 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: b222caef

Change-Id: I2725f8011cef2539e8c4701ce729eb8309e93c63
parents 637e19fd b222caef
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