Skip to content

Commit 226b1c6

Browse files
authored
Unquarantine AcceptNewStreamsDuringClosingConnection (#57848)
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
1 parent 1d0f0d3 commit 226b1c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Servers/Kestrel/test/InMemory.FunctionalTests/Http2/Http2ConnectionTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5179,7 +5179,6 @@ await ExpectAsync(Http2FrameType.DATA,
51795179
}
51805180

51815181
[Fact]
5182-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/41172")]
51835182
public async Task AcceptNewStreamsDuringClosingConnection()
51845183
{
51855184
await InitializeConnectionAsync(_echoApplication);

0 commit comments

Comments
 (0)