Skip to content

Commit 40e8002

Browse files
authored
Link investigate issue to quarantine (#22038)
* Update UserManagerSpecificationTests.cs
2 parents c14fb30 + a47dffe commit 40e8002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Servers/Kestrel/test/FunctionalTests/Http2/ShutdownTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public async Task GracefulShutdownWaitsForRequestsToFinish()
100100
}
101101

102102
[ConditionalFact]
103-
[QuarantinedTest] // Test still quarantined due to Sockets.Functional tests.
103+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/21521")] // Test still quarantined due to Sockets.Functional tests.
104104
public async Task GracefulTurnsAbortiveIfRequestsDoNotFinish()
105105
{
106106
var requestStarted = new TaskCompletionSource<object>(TaskCreationOptions.RunContinuationsAsynchronously);

0 commit comments

Comments
 (0)