Remove comment on workProfileTest

Work profile doesn't fail to create anymore. Can remove commented line

bug: 339884168
Test: presubmit
Flag: n/a
Change-Id: I1783bb35fac3dff1762af911b3cccddaec367b0c
This commit is contained in:
Brandon Dayauon
2024-05-10 13:43:49 -07:00
parent 0a5241519d
commit d7dc05f851
@@ -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+");