Disable Http2_PendingSend_SendsReset test sporadically failing in CI (dotnet/corefx...
authorStephen Toub <stoub@microsoft.com>
Mon, 1 Jul 2019 15:09:52 +0000 (11:09 -0400)
committerGitHub <noreply@github.com>
Mon, 1 Jul 2019 15:09:52 +0000 (11:09 -0400)
Commit migrated from https://github.com/dotnet/corefx/commit/3a3c44a93ba968ada2d0c3ea0e997fcb4849a7d5

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

index 105cc58..0dd5b44 100644 (file)
@@ -1466,6 +1466,7 @@ namespace System.Net.Http.Functional.Tests
             }
         }
 
+        [ActiveIssue(38820)]
         [ConditionalFact(nameof(SupportsAlpn))]
         [OuterLoop("Uses Task.Delay")]
         public async Task Http2_PendingSend_SendsReset()