Skip to content

Commit a13f258

Browse files
authored
Quarantine StreamPool_StreamIsInvalidState_DontReturnedToPool
For #40626
1 parent ecc40c5 commit a13f258

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -553,6 +553,7 @@ await ExpectAsync(Http2FrameType.HEADERS,
553553
}
554554

555555
[Fact]
556+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/40626")]
556557
public async Task StreamPool_StreamIsInvalidState_DontReturnedToPool()
557558
{
558559
// Add (or don't add) stream to Http2Connection._completedStreams inline with SetResult().

0 commit comments

Comments
 (0)