Skip to content

Commit

Permalink
Enable Http2_MultipleConnectionsEnabled_ConnectionLimitNotReached_Con…
Browse files Browse the repository at this point in the history
…currentRequestsSuccessfullyHandled (#55572)

* Enable Http2_MultipleConnectionsEnabled_ConnectionLimitNotReached_ConcurrentRequestsSuccessfullyHandled

* Update SocketsHttpHandlerTest.cs
  • Loading branch information
alnikola committed Jul 14, 2021
1 parent bf0fdf0 commit 3e8ef85
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2078,7 +2078,6 @@ 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 3e8ef85

Please sign in to comment.