Skip to content

Commit

Permalink
Disable Http2_MultipleConnectionsEnabled_InfiniteRequestsCompletelyBl…
Browse files Browse the repository at this point in the history
…ockOneConnection_RemaningRequestsAreHandledByNewConnection (#55593)
  • Loading branch information
alnikola committed Jul 13, 2021
1 parent ffed50c commit 4d52a53
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2119,6 +2119,7 @@ public async Task Http2_MultipleConnectionsEnabled_ConnectionLimitNotReached_Con
}

[ConditionalFact(nameof(SupportsAlpn))]
[ActiveIssue("https://github.com/dotnet/runtime/issues/45204")]
public async Task Http2_MultipleConnectionsEnabled_InfiniteRequestsCompletelyBlockOneConnection_RemaningRequestsAreHandledByNewConnection()
{
const int MaxConcurrentStreams = 2;
Expand Down

0 comments on commit 4d52a53

Please sign in to comment.