Merge "Remove comment on workProfileTest" into main

This commit is contained in:
Brandon Dayauon
2024-05-13 18:28:06 +00:00
committed by Android (Google) Code Review
@@ -76,7 +76,6 @@ public class TaplWorkProfileTest extends AbstractLauncherUiTest<Launcher> {
String output =
mDevice.executeShellCommand(
"pm create-user --profileOf 0 --managed TestProfile");
// b/203817455
updateWorkProfileSetupSuccessful("pm create-user", output);
String[] tokens = output.split("\\s+");