Re-enable skipped auth test #474

This commit is contained in:
Chris Ross (ASP.NET) 2018-10-19 09:48:01 -07:00
parent 66b6b0909a
commit 33386e424a
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ namespace Microsoft.AspNetCore.Server.HttpSys
}
}
[ConditionalTheory(Skip = "https://github.com/aspnet/HttpSysServer/issues/474")]
[ConditionalTheory]
[InlineData(AuthenticationSchemes.Negotiate)]
[InlineData(AuthenticationSchemes.NTLM)]
// [InlineData(AuthenticationSchemes.Digest)] // Not implemented