HttpSysServer 274 B

12345678910111213141516171819
  1. commit 988972e1e5c920e199b4ede7dff5f867b502234d
  2. Author: Chris Ross (ASP.NET) <[email protected]>
  3. Date: Thu Mar 29 09:06:27 2018 -0700
  4. Disable regressed negotiate test #439
  5. diff --git a/test/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests/AuthenticationTests.cs b/test/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests/AuthenticationTests.cs
  6. index 7a4a184087a..b1fdb0ed193 100644
  7. --- a/test/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests/AuthenticationTests.cs
  8. +++ b/test/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests/AuthenticationTests.cs
  9. @@ -353,7 +353,7 @@ namespace Microsoft.AspNetCore.Server.HttpSys
  10. }
  11. }
  12. - [ConditionalTheory]
  13. + [ConditionalTheory(Skip = "https://github.com/aspnet/HttpSysServer/issues/439")]
  14. [InlineData(AuthenticationSchemes.Negotiate)]
  15. [InlineData(AuthenticationSchemes.NTLM)]
  16. // [InlineData(AuthenticationSchemes.Digest)] // Not implemented