Disable Http2_MultipleConnectionsEnabled_IdleConnectionTimeoutExpired_ConnectionRemov...
authorKarel Zikmund <karelz@microsoft.com>
Tue, 11 May 2021 08:24:58 +0000 (10:24 +0200)
committerGitHub <noreply@github.com>
Tue, 11 May 2021 08:24:58 +0000 (10:24 +0200)
Disable test System.Net.Http.Functional.Tests.SocketsHttpHandlerTest_Http2.Http2_MultipleConnectionsEnabled_IdleConnectionTimeoutExpired_ConnectionRemovedAndNewCreated

Disabled test tracked by #43877

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

index 3214cb4..2cd7cf7 100644 (file)
@@ -2189,6 +2189,7 @@ namespace System.Net.Http.Functional.Tests
 
         [ConditionalFact(nameof(SupportsAlpn))]
         [OuterLoop("Incurs long delay")]
+        [ActiveIssue("https://github.com/dotnet/runtime/issues/43877")]
         public async Task Http2_MultipleConnectionsEnabled_IdleConnectionTimeoutExpired_ConnectionRemovedAndNewCreated()
         {
             const int MaxConcurrentStreams = 2;