Disable Http2_ServerSendsInvalidSettingsValue_Error (#56041)
authorKarel Zikmund <karelz@microsoft.com>
Wed, 21 Jul 2021 02:54:55 +0000 (04:54 +0200)
committerGitHub <noreply@github.com>
Wed, 21 Jul 2021 02:54:55 +0000 (22:54 -0400)
Tracked by #1581

src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Http2.cs

index c9c5db60d0f00f6abc6a22041cacfc45d0054658..1aadb515353a26b23a6b5e978ed7d8676ac4eb26 100644 (file)
@@ -243,6 +243,7 @@ namespace System.Net.Http.Functional.Tests
             }
         }
 
+        [ActiveIssue("https://github.com/dotnet/runtime/issues/1581")]
         [ConditionalTheory(nameof(SupportsAlpn))]
         [InlineData(SettingId.MaxFrameSize, 16383)]
         [InlineData(SettingId.MaxFrameSize, 162777216)]