Disable regressed negotiate test #439
This commit is contained in:
parent
41f74bb9ea
commit
adbbbcf4de
|
|
@ -353,7 +353,7 @@ namespace Microsoft.AspNetCore.Server.HttpSys
|
|||
}
|
||||
}
|
||||
|
||||
[ConditionalTheory]
|
||||
[ConditionalTheory(Skip = "https://github.com/aspnet/HttpSysServer/issues/439")]
|
||||
[InlineData(AuthenticationSchemes.Negotiate)]
|
||||
[InlineData(AuthenticationSchemes.NTLM)]
|
||||
// [InlineData(AuthenticationSchemes.Digest)] // Not implemented
|
||||
|
|
|
|||
Loading…
Reference in New Issue