Re-enable skipped auth test #474
This commit is contained in:
parent
66b6b0909a
commit
33386e424a
|
|
@ -346,7 +346,7 @@ namespace Microsoft.AspNetCore.Server.HttpSys
|
|||
}
|
||||
}
|
||||
|
||||
[ConditionalTheory(Skip = "https://github.com/aspnet/HttpSysServer/issues/474")]
|
||||
[ConditionalTheory]
|
||||
[InlineData(AuthenticationSchemes.Negotiate)]
|
||||
[InlineData(AuthenticationSchemes.NTLM)]
|
||||
// [InlineData(AuthenticationSchemes.Digest)] // Not implemented
|
||||
|
|
|
|||
Loading…
Reference in New Issue