Disable Http2_FlowControl_ClientDoesNotExceedWindows test
authorStephen Toub <stoub@microsoft.com>
Mon, 24 Jun 2019 18:53:53 +0000 (14:53 -0400)
committerGitHub <noreply@github.com>
Mon, 24 Jun 2019 18:53:53 +0000 (14:53 -0400)
Commit migrated from https://github.com/dotnet/corefx/commit/99d5257629744a6683ed3724fb8fa24852a4af86

src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Http2.cs

index ed783f8..7b7199a 100644 (file)
@@ -914,6 +914,7 @@ namespace System.Net.Http.Functional.Tests
             return bytesReceived;
         }
 
+        [ActiveIssue(38799)]
         [OuterLoop("Uses Task.Delay")]
         [ConditionalFact(nameof(SupportsAlpn))]
         public async Task Http2_FlowControl_ClientDoesNotExceedWindows()