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:
parent
14032eae01
commit
3f683916bc
|
|
@ -21,7 +21,6 @@ using Xunit;
|
|||
|
||||
namespace Microsoft.AspNetCore.Authentication.Negotiate
|
||||
{
|
||||
[QuarantinedTest]
|
||||
public class EventTests
|
||||
{
|
||||
[Fact]
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@ using Xunit.Sdk;
|
|||
|
||||
namespace Microsoft.AspNetCore.Authentication.Negotiate
|
||||
{
|
||||
[QuarantinedTest]
|
||||
public class NegotiateHandlerTests
|
||||
{
|
||||
[Fact]
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@ using Xunit;
|
|||
|
||||
namespace Microsoft.AspNetCore.Authentication.Negotiate
|
||||
{
|
||||
[QuarantinedTest]
|
||||
public class ServerDeferralTests
|
||||
{
|
||||
[Fact]
|
||||
|
|
|
|||
Loading…
Reference in New Issue