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

Change-Id: I2ca93d8927b4c683017531b7b6e5ba3020c293ed
This commit is contained in:
JW Wang
2020-04-14 10:14:41 +00:00
committed by Automerger Merge Worker

View File

@@ -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