Skip to content

Commit

Permalink
Quarantine Settings_MaxHeaderListSize_Server (#45812)
Browse files Browse the repository at this point in the history
  • Loading branch information
captainsafia authored and dougbu committed Feb 15, 2023
1 parent b7a403c commit 317a8ca
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1345,6 +1345,7 @@ public async Task Settings_MaxFrameSize_Larger_Server(string scheme)

[Theory]
[MemberData(nameof(SupportedSchemes))]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/45811")]
public async Task Settings_MaxHeaderListSize_Server(string scheme)
{
var oneKbString = new string('a', 1024);
Expand Down

0 comments on commit 317a8ca

Please sign in to comment.