Skip to content

Commit

Permalink
Revert "Enable Http2_MultipleConnectionsEnabled_ConnectionLimitNotRea…
Browse files Browse the repository at this point in the history
…ched_ConcurrentRequestsSuccessfullyHandled (#55572)"

This reverts commit 3e8ef85.
  • Loading branch information
alnikola committed Jul 14, 2021
1 parent 21e36e8 commit 8a6fa30
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2078,6 +2078,7 @@ public sealed class SocketsHttpHandlerTest_Http2 : HttpClientHandlerTest_Http2
public SocketsHttpHandlerTest_Http2(ITestOutputHelper output) : base(output) { }

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

0 comments on commit 8a6fa30

Please sign in to comment.