Skip to content

Commit 3f68391

Browse files
authored
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
1 parent 14032ea commit 3f68391

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/Security/Authentication/Negotiate/test/Negotiate.Test/EventTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
namespace Microsoft.AspNetCore.Authentication.Negotiate
2323
{
24-
[QuarantinedTest]
2524
public class EventTests
2625
{
2726
[Fact]

src/Security/Authentication/Negotiate/test/Negotiate.Test/NegotiateHandlerTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222

2323
namespace Microsoft.AspNetCore.Authentication.Negotiate
2424
{
25-
[QuarantinedTest]
2625
public class NegotiateHandlerTests
2726
{
2827
[Fact]

src/Security/Authentication/Negotiate/test/Negotiate.Test/ServerDeferralTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
namespace Microsoft.AspNetCore.Authentication.Negotiate
1717
{
18-
[QuarantinedTest]
1918
public class ServerDeferralTests
2019
{
2120
[Fact]

0 commit comments

Comments
 (0)