Skip to content

Commit

Permalink
Unquarantine AcceptNewStreamsDuringClosingConnection (#57848)
Browse files Browse the repository at this point in the history
It hasn't failed in 30 days and code inspection suggests it can't fail in the same way as it did two years ago.

Fixes #41172
  • Loading branch information
amcasey committed Sep 17, 2024
1 parent 1d0f0d3 commit 226b1c6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5179,7 +5179,6 @@ await ExpectAsync(Http2FrameType.DATA,
}

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/41172")]
public async Task AcceptNewStreamsDuringClosingConnection()
{
await InitializeConnectionAsync(_echoApplication);
Expand Down

0 comments on commit 226b1c6

Please sign in to comment.