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.
1 parent 892b10b commit 9506f5aCopy full SHA for 9506f5a
src/Servers/Kestrel/test/FunctionalTests/Http2/ShutdownTests.cs
@@ -45,6 +45,7 @@ public ShutdownTests()
45
}
46
47
[ConditionalFact]
48
+ [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/51770")]
49
public async Task ConnectionClosedWithoutActiveRequestsOrGoAwayFIN()
50
{
51
var connectionClosed = new TaskCompletionSource(TaskCreationOptions.RunContinuationsAsynchronously);
0 commit comments