Merge branch 'release/2.2'
This commit is contained in:
commit
08a332e1cb
|
|
@ -346,7 +346,7 @@ namespace Microsoft.AspNetCore.Server.HttpSys
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
[ConditionalTheory]
|
[ConditionalTheory(Skip = "https://github.com/aspnet/HttpSysServer/issues/474")]
|
||||||
[InlineData(AuthenticationSchemes.Negotiate)]
|
[InlineData(AuthenticationSchemes.Negotiate)]
|
||||||
[InlineData(AuthenticationSchemes.NTLM)]
|
[InlineData(AuthenticationSchemes.NTLM)]
|
||||||
// [InlineData(AuthenticationSchemes.Digest)] // Not implemented
|
// [InlineData(AuthenticationSchemes.Digest)] // Not implemented
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue