* Disable failing ValidateToStringUsingWhoami test
* Also disable ValidateToString
It similarly assumes the sddl begins with S-1-5-, which mine does not.
Commit migrated from https://github.com/dotnet/corefx/commit/
2bf00161a1e89db28d62330043165d7c30da25b3
Assert.NotNull(identity.User);
}
}
-
+
+ [ActiveIssue(34395)]
[Fact]
public void ValidateToString()
{
Assert.All(parts, part => uint.TryParse(part, out uint _));
}
+ [ActiveIssue(34395)]
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsNotWindowsNanoServer), nameof(PlatformDetection.IsNotWindowsServerCore))]
public void ValidateToStringUsingWhoami()
{