Merge "Remove the workaround" into rvc-dev

This commit is contained in:
JW Wang
2020-04-14 10:01:54 +00:00
committed by Android (Google) Code Review

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