Skip to content

Commit

Permalink
Quarantine ServerShutsDownGracefullyWhenMaxRequestBufferSizeExceeded (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
halter73 authored Sep 19, 2024
1 parent 542f2b9 commit 00d8c03
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ public async Task LargeUpload(long? maxRequestBufferSize, bool connectionAdapter
}

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/24557")]
public async Task ServerShutsDownGracefullyWhenMaxRequestBufferSizeExceeded()
{
// Parameters
Expand Down

0 comments on commit 00d8c03

Please sign in to comment.