Skip to content

Commit

Permalink
Enable Http2_MultipleConnectionsEnabled_InfiniteRequestsCompletelyBlo…
Browse files Browse the repository at this point in the history
…ckOneConnection_RemaningRequestsAreHandledByNewConnection test (#54683)

Fixes #45204
  • Loading branch information
alnikola committed Jun 29, 2021
1 parent 969840e commit 72047c5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2093,7 +2093,6 @@ 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 72047c5

Please sign in to comment.