From f78193c7a87a7c5989420aef9b082e18e76d488d Mon Sep 17 00:00:00 2001 From: Steve Sanderson Date: Tue, 31 Oct 2023 09:21:08 +0000 Subject: [PATCH] Quarantine ConnectionClosedWithoutActiveRequestsOrGoAwayFIN --- src/Servers/Kestrel/test/FunctionalTests/Http2/ShutdownTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Servers/Kestrel/test/FunctionalTests/Http2/ShutdownTests.cs b/src/Servers/Kestrel/test/FunctionalTests/Http2/ShutdownTests.cs index c0b354254419..5afea7324a67 100644 --- a/src/Servers/Kestrel/test/FunctionalTests/Http2/ShutdownTests.cs +++ b/src/Servers/Kestrel/test/FunctionalTests/Http2/ShutdownTests.cs @@ -45,6 +45,7 @@ public ShutdownTests() } [ConditionalFact] + [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/51770")] public async Task ConnectionClosedWithoutActiveRequestsOrGoAwayFIN() { var connectionClosed = new TaskCompletionSource(TaskCreationOptions.RunContinuationsAsynchronously);