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