Skip to content

Commit b79147b

Browse files
amcaseycaptainsafia
authored andcommitted
Unquarantine StreamPool_StreamIsInvalidState_DontReturnedToPool (#57847)
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 #40626
1 parent ffb8253 commit b79147b

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
@@ -561,7 +561,6 @@ await ExpectAsync(Http2FrameType.HEADERS,
561561
}
562562

563563
[Fact]
564-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/40626")]
565564
public async Task StreamPool_StreamIsInvalidState_DontReturnedToPool()
566565
{
567566
// Add (or don't add) stream to Http2Connection._completedStreams inline with SetResult().

0 commit comments

Comments
 (0)