We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1dcc59 commit 2589a63Copy full SHA for 2589a63
src/Servers/Kestrel/test/InMemory.FunctionalTests/RequestHeaderLimitsTests.cs
@@ -23,6 +23,7 @@ public class RequestHeaderLimitsTests : LoggedTest
23
[InlineData(5, 0)]
24
[InlineData(5, 1)]
25
[InlineData(5, 1337)]
26
+ [QuarantinedTest]
27
public async Task ServerAcceptsRequestWithHeaderTotalSizeWithinLimit(int headerCount, int extraLimit)
28
{
29
var headers = MakeHeaders(headerCount);
0 commit comments