Skip to content

Commit 63cd49a

Browse files
authored
Quarantine Settings_MaxHeaderListSize_Server (#45812)
1 parent bb1ea16 commit 63cd49a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Servers/Kestrel/test/Interop.FunctionalTests/HttpClientHttp2InteropTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1345,6 +1345,7 @@ public async Task Settings_MaxFrameSize_Larger_Server(string scheme)
13451345

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

0 commit comments

Comments
 (0)