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);