Skip to content

Commit 869582e

Browse files
committed
Skip Auth test due to HttpClient regression #474
1 parent 5b8a1ab commit 869582e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests/AuthenticationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ public async Task AuthTypes_Forbid_Forbidden()
346346
}
347347
}
348348

349-
[ConditionalTheory]
349+
[ConditionalTheory(Skip = "https://github.com/aspnet/HttpSysServer/issues/474")]
350350
[InlineData(AuthenticationSchemes.Negotiate)]
351351
[InlineData(AuthenticationSchemes.NTLM)]
352352
// [InlineData(AuthenticationSchemes.Digest)] // Not implemented

0 commit comments

Comments
 (0)