Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -5277,7 +5276,6 @@ public async Task OnInputOrOutputCompletedCompletesOutput()
}

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/66037")]
public async Task AbortSendsFinalGOAWAY()
{
await InitializeConnectionAsync(_noopApplication);
Expand Down Expand Up @@ -5351,7 +5349,6 @@ await ExpectAsync(Http2FrameType.HEADERS,
}

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/66037")]
public async Task StopProcessingNextRequestSendsGracefulGOAWAYThenFinalGOAWAYWhenAllStreamsComplete()
{
await InitializeConnectionAsync(_echoApplication);
Expand Down
Loading