| 12345678910111213141516171819 |
- commit 988972e1e5c920e199b4ede7dff5f867b502234d
- Author: Chris Ross (ASP.NET) <[email protected]>
- Date: Thu Mar 29 09:06:27 2018 -0700
- Disable regressed negotiate test #439
- diff --git a/test/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests/AuthenticationTests.cs b/test/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests/AuthenticationTests.cs
- index 7a4a184087a..b1fdb0ed193 100644
- --- a/test/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests/AuthenticationTests.cs
- +++ b/test/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests/AuthenticationTests.cs
- @@ -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
|