Skip to content

Commit

Permalink
Quarantine ConnectionClosedWithoutActiveRequestsOrGoAwayFIN (#51771)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveSandersonMS committed Oct 31, 2023
1 parent 892b10b commit 9506f5a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public ShutdownTests()
}

[ConditionalFact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/51770")]
public async Task ConnectionClosedWithoutActiveRequestsOrGoAwayFIN()
{
var connectionClosed = new TaskCompletionSource(TaskCreationOptions.RunContinuationsAsynchronously);
Expand Down

0 comments on commit 9506f5a

Please sign in to comment.