Skip to content

Commit

Permalink
Quarantine ServerAcceptsRequestWithheaderTotalSizeWithinLimit (#21191)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbrandenburg authored Apr 25, 2020
1 parent f1dcc59 commit 2589a63
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public class RequestHeaderLimitsTests : LoggedTest
[InlineData(5, 0)]
[InlineData(5, 1)]
[InlineData(5, 1337)]
[QuarantinedTest]
public async Task ServerAcceptsRequestWithHeaderTotalSizeWithinLimit(int headerCount, int extraLimit)
{
var headers = MakeHeaders(headerCount);
Expand Down

0 comments on commit 2589a63

Please sign in to comment.