Skip to content

Commit 5c20ec9

Browse files
authored
Quarantine AcceptNewStreamsDuringClosingConnection (#39480)
1 parent 80b204b commit 5c20ec9

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
@@ -4655,6 +4655,7 @@ await ExpectAsync(Http2FrameType.DATA,
46554655
}
46564656

46574657
[Fact]
4658+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/39479")]
46584659
public async Task AcceptNewStreamsDuringClosingConnection()
46594660
{
46604661
await InitializeConnectionAsync(_echoApplication);

0 commit comments

Comments
 (0)