Skip to content

Commit 3e8ef85

Browse files
authored
Enable Http2_MultipleConnectionsEnabled_ConnectionLimitNotReached_ConcurrentRequestsSuccessfullyHandled (#55572)
* Enable Http2_MultipleConnectionsEnabled_ConnectionLimitNotReached_ConcurrentRequestsSuccessfullyHandled * Update SocketsHttpHandlerTest.cs
1 parent bf0fdf0 commit 3e8ef85

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/libraries/System.Net.Http/tests/FunctionalTests/SocketsHttpHandlerTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2078,7 +2078,6 @@ public sealed class SocketsHttpHandlerTest_Http2 : HttpClientHandlerTest_Http2
20782078
public SocketsHttpHandlerTest_Http2(ITestOutputHelper output) : base(output) { }
20792079

20802080
[ConditionalFact(nameof(SupportsAlpn))]
2081-
[ActiveIssue("https://github.com/dotnet/runtime/issues/41078")]
20822081
public async Task Http2_MultipleConnectionsEnabled_ConnectionLimitNotReached_ConcurrentRequestsSuccessfullyHandled()
20832082
{
20842083
const int MaxConcurrentStreams = 2;

0 commit comments

Comments
 (0)