File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
src/libraries/System.Net.Http/tests/FunctionalTests Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -2078,7 +2078,6 @@ public sealed class SocketsHttpHandlerTest_Http2 : HttpClientHandlerTest_Http2
2078
2078
public SocketsHttpHandlerTest_Http2 ( ITestOutputHelper output ) : base ( output ) { }
2079
2079
2080
2080
[ ConditionalFact ( nameof ( SupportsAlpn ) ) ]
2081
- [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/41078" ) ]
2082
2081
public async Task Http2_MultipleConnectionsEnabled_ConnectionLimitNotReached_ConcurrentRequestsSuccessfullyHandled ( )
2083
2082
{
2084
2083
const int MaxConcurrentStreams = 2 ;
@@ -2119,7 +2118,6 @@ public async Task Http2_MultipleConnectionsEnabled_ConnectionLimitNotReached_Con
2119
2118
}
2120
2119
2121
2120
[ ConditionalFact ( nameof ( SupportsAlpn ) ) ]
2122
- [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/45204" ) ]
2123
2121
public async Task Http2_MultipleConnectionsEnabled_InfiniteRequestsCompletelyBlockOneConnection_RemaningRequestsAreHandledByNewConnection ( )
2124
2122
{
2125
2123
const int MaxConcurrentStreams = 2 ;
@@ -2214,7 +2212,6 @@ public async Task Http2_MultipleConnectionsEnabled_OpenAndCloseMultipleConnectio
2214
2212
2215
2213
[ ConditionalFact ( nameof ( SupportsAlpn ) ) ]
2216
2214
[ OuterLoop ( "Incurs long delay" ) ]
2217
- [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/43877" ) ]
2218
2215
public async Task Http2_MultipleConnectionsEnabled_IdleConnectionTimeoutExpired_ConnectionRemovedAndNewCreated ( )
2219
2216
{
2220
2217
const int MaxConcurrentStreams = 2 ;
You can’t perform that action at this time.
0 commit comments