We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b8a1ab commit 869582eCopy full SHA for 869582e
test/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests/AuthenticationTests.cs
@@ -346,7 +346,7 @@ public async Task AuthTypes_Forbid_Forbidden()
346
}
347
348
349
- [ConditionalTheory]
+ [ConditionalTheory(Skip = "https://github.com/aspnet/HttpSysServer/issues/474")]
350
[InlineData(AuthenticationSchemes.Negotiate)]
351
[InlineData(AuthenticationSchemes.NTLM)]
352
// [InlineData(AuthenticationSchemes.Digest)] // Not implemented
0 commit comments