unquarantine negotiate tests (#20378)

these were quarantined because of the runtime JIT bug that caused DI failures, they can come out of the box now that the runtime issue is fixed
This commit is contained in:
Andrew Stanton-Nurse 2020-03-31 16:56:45 -07:00 committed by GitHub
parent 14032eae01
commit 3f683916bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 3 deletions

View File

@ -21,7 +21,6 @@ using Xunit;
namespace Microsoft.AspNetCore.Authentication.Negotiate
{
[QuarantinedTest]
public class EventTests
{
[Fact]

View File

@ -22,7 +22,6 @@ using Xunit.Sdk;
namespace Microsoft.AspNetCore.Authentication.Negotiate
{
[QuarantinedTest]
public class NegotiateHandlerTests
{
[Fact]

View File

@ -15,7 +15,6 @@ using Xunit;
namespace Microsoft.AspNetCore.Authentication.Negotiate
{
[QuarantinedTest]
public class ServerDeferralTests
{
[Fact]