Skip to content

Commit

Permalink
Disable Http2_MultipleConnectionsEnabled_ConnectionLimitNotReached_Co…
Browse files Browse the repository at this point in the history
…ncurrentRequestsSuccessfullyHandled

Reverts #55572. The test is still failing.
  • Loading branch information
alnikola committed Jul 14, 2021
1 parent 7cfa945 commit b45b5fc
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 b45b5fc

Please sign in to comment.