We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c14fb30 + a47dffe commit 40e8002Copy full SHA for 40e8002
src/Servers/Kestrel/test/FunctionalTests/Http2/ShutdownTests.cs
@@ -100,7 +100,7 @@ public async Task GracefulShutdownWaitsForRequestsToFinish()
100
}
101
102
[ConditionalFact]
103
- [QuarantinedTest] // Test still quarantined due to Sockets.Functional tests.
+ [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/21521")] // Test still quarantined due to Sockets.Functional tests.
104
public async Task GracefulTurnsAbortiveIfRequestsDoNotFinish()
105
{
106
var requestStarted = new TaskCompletionSource<object>(TaskCreationOptions.RunContinuationsAsynchronously);
0 commit comments