Skip to content

Commit e991b26

Browse files
Disable NTLM tests failing in native AOT outerloops (#123473)
1 parent b90cbde commit e991b26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libraries/System.Net.Security/tests/UnitTests/NegotiateAuthenticationTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ public void Package_Supported_NTLM()
9595
}
9696

9797
[ConditionalFact(nameof(IsNtlmUnavailable))]
98+
[ActiveIssue("https://github.com/dotnet/runtime/issues/123472", typeof(PlatformDetection), nameof(PlatformDetection.IsNativeAot))]
9899
public void Package_Unsupported_NTLM()
99100
{
100101
NegotiateAuthenticationClientOptions clientOptions = new NegotiateAuthenticationClientOptions { Package = "NTLM", Credential = s_testCredentialRight, TargetName = "HTTP/foo" };

0 commit comments

Comments
 (0)