Remove the workaround

Bug: 153832351
Test: atest MultiUserRollbackTest
Change-Id: I0718632fe9c81884965f0cc10a302155d434c621
This commit is contained in:
JW Wang
2020-04-13 15:03:13 +08:00
parent ec38d551e3
commit ac9dac6a9d

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