Skip to content

Commit db12080

Browse files
authored
Disable Credentials_ServerChallengesWithWindowsAuth_ClientSendsWindowsAuthHeader test for linux (#104290)
1 parent 89447d5 commit db12080

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libraries/Common/tests/System/Net/Http/HttpClientHandlerTest.Authentication.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -659,6 +659,7 @@ public async Task Credentials_ServerUsesWindowsAuthentication_Success(string ser
659659
[ConditionalTheory(nameof(IsNtlmInstalled))]
660660
[InlineData("NTLM")]
661661
[InlineData("Negotiate")]
662+
[ActiveIssue("https://github.com/dotnet/runtime/issues/95156", TestPlatforms.Linux)]
662663
public async Task Credentials_ServerChallengesWithWindowsAuth_ClientSendsWindowsAuthHeader(string authScheme)
663664
{
664665
if (IsWinHttpHandler && UseVersion >= HttpVersion20.Value)

0 commit comments

Comments
 (0)