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 c8270da + 9506f5a commit c608ee3Copy full SHA for c608ee3
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