Skip to content

Commit 4636ea5

Browse files
Unquarantine 3 Http2ConnectionTests (issue #66037) (#66491)
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: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 9a396f7 commit 4636ea5

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/Servers/Kestrel/test/InMemory.FunctionalTests/Http2/Http2ConnectionTests.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4299,7 +4299,6 @@ public async Task GOAWAY_Received_ConnectionStops()
42994299
}
43004300

43014301
[Fact]
4302-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/66037")]
43034302
public async Task GOAWAY_Received_ConnectionLifetimeNotification_Cancelled()
43044303
{
43054304
await InitializeConnectionAsync(_noopApplication, addKestrelFeatures: true);
@@ -5277,7 +5276,6 @@ public async Task OnInputOrOutputCompletedCompletesOutput()
52775276
}
52785277

52795278
[Fact]
5280-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/66037")]
52815279
public async Task AbortSendsFinalGOAWAY()
52825280
{
52835281
await InitializeConnectionAsync(_noopApplication);
@@ -5351,7 +5349,6 @@ await ExpectAsync(Http2FrameType.HEADERS,
53515349
}
53525350

53535351
[Fact]
5354-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/66037")]
53555352
public async Task StopProcessingNextRequestSendsGracefulGOAWAYThenFinalGOAWAYWhenAllStreamsComplete()
53565353
{
53575354
await InitializeConnectionAsync(_echoApplication);

0 commit comments

Comments
 (0)