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 b7a403c commit 317a8caCopy full SHA for 317a8ca
src/Servers/Kestrel/test/Interop.FunctionalTests/HttpClientHttp2InteropTests.cs
@@ -1345,6 +1345,7 @@ public async Task Settings_MaxFrameSize_Larger_Server(string scheme)
1345
1346
[Theory]
1347
[MemberData(nameof(SupportedSchemes))]
1348
+ [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/45811")]
1349
public async Task Settings_MaxHeaderListSize_Server(string scheme)
1350
{
1351
var oneKbString = new string('a', 1024);
0 commit comments