Disable regressed negotiate test #439

This commit is contained in:
Chris Ross (ASP.NET) 2018-03-30 09:24:31 -07:00
parent 41f74bb9ea
commit adbbbcf4de
1 changed files with 1 additions and 1 deletions

View File

@ -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