Skip to content

Commit

Permalink
Disable Http2_ServerSendsInvalidSettingsValue_Error (#56041)
Browse files Browse the repository at this point in the history
Tracked by #1581
  • Loading branch information
karelz authored Jul 21, 2021
1 parent 9815e19 commit 5d4860a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ public async Task Http2_ServerSendsValidSettingsValues_Success()
}
}

[ActiveIssue("https://github.com/dotnet/runtime/issues/1581")]
[ConditionalTheory(nameof(SupportsAlpn))]
[InlineData(SettingId.MaxFrameSize, 16383)]
[InlineData(SettingId.MaxFrameSize, 162777216)]
Expand Down

0 comments on commit 5d4860a

Please sign in to comment.