Skip to content

Commit 2589a63

Browse files
Quarantine ServerAcceptsRequestWithheaderTotalSizeWithinLimit (dotnet#21191)
1 parent f1dcc59 commit 2589a63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Servers/Kestrel/test/InMemory.FunctionalTests/RequestHeaderLimitsTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public class RequestHeaderLimitsTests : LoggedTest
2323
[InlineData(5, 0)]
2424
[InlineData(5, 1)]
2525
[InlineData(5, 1337)]
26+
[QuarantinedTest]
2627
public async Task ServerAcceptsRequestWithHeaderTotalSizeWithinLimit(int headerCount, int extraLimit)
2728
{
2829
var headers = MakeHeaders(headerCount);

0 commit comments

Comments
 (0)