Skip to content

Commit 917e0b6

Browse files
shethaaditAdit Sheth
and
Adit Sheth
authored
Fixed bug 60111. (#60120)
Co-authored-by: Adit Sheth <adsheth@microsoft.com>
1 parent 75b40b1 commit 917e0b6

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

+1
Original file line numberDiff line numberDiff line change
@@ -5288,6 +5288,7 @@ await ExpectAsync(Http2FrameType.DATA,
52885288
}
52895289

52905290
[Fact]
5291+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/60111")]
52915292
public async Task IgnoreNewStreamsDuringClosedConnection()
52925293
{
52935294
// Remove callback that completes _pair.Application.Output on abort.

0 commit comments

Comments
 (0)