From ed8a3cc722e179bacf30d8d1a3dfbde7b6732465 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 11:01:56 +0000 Subject: [PATCH] Unquarantine 3 Http2ConnectionTests (issue #66037) GOAWAY_Received_ConnectionLifetimeNotification_Cancelled, AbortSendsFinalGOAWAY, and StopProcessingNextRequestSendsGracefulGOAWAYThenFinalGOAWAYWhenAllStreamsComplete have been passing 100% for 30+ days in the quarantined test pipeline. AbortedStream_ResetsAndDrainsRequest_RefusesFramesAfterEndOfStream remains quarantined as it still has occasional failures. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../InMemory.FunctionalTests/Http2/Http2ConnectionTests.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Servers/Kestrel/test/InMemory.FunctionalTests/Http2/Http2ConnectionTests.cs b/src/Servers/Kestrel/test/InMemory.FunctionalTests/Http2/Http2ConnectionTests.cs index 76ca17069097..1a5472b507bf 100644 --- a/src/Servers/Kestrel/test/InMemory.FunctionalTests/Http2/Http2ConnectionTests.cs +++ b/src/Servers/Kestrel/test/InMemory.FunctionalTests/Http2/Http2ConnectionTests.cs @@ -4299,7 +4299,6 @@ public async Task GOAWAY_Received_ConnectionStops() } [Fact] - [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/66037")] public async Task GOAWAY_Received_ConnectionLifetimeNotification_Cancelled() { await InitializeConnectionAsync(_noopApplication, addKestrelFeatures: true); @@ -5277,7 +5276,6 @@ public async Task OnInputOrOutputCompletedCompletesOutput() } [Fact] - [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/66037")] public async Task AbortSendsFinalGOAWAY() { await InitializeConnectionAsync(_noopApplication); @@ -5351,7 +5349,6 @@ await ExpectAsync(Http2FrameType.HEADERS, } [Fact] - [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/66037")] public async Task StopProcessingNextRequestSendsGracefulGOAWAYThenFinalGOAWAYWhenAllStreamsComplete() { await InitializeConnectionAsync(_echoApplication);