Quarantine ServerAcceptsRequestWithheaderTotalSizeWithinLimit (#21191)

This commit is contained in:
Ryan Brandenburg 2020-04-25 14:26:50 -07:00 committed by GitHub
parent f1dcc59255
commit 2589a63141
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.InMemory.FunctionalTests
[InlineData(5, 0)]
[InlineData(5, 1)]
[InlineData(5, 1337)]
[QuarantinedTest]
public async Task ServerAcceptsRequestWithHeaderTotalSizeWithinLimit(int headerCount, int extraLimit)
{
var headers = MakeHeaders(headerCount);