Disable DynamicTableSizeUpdate_Exceeds_Settings_Throws test (dotnet/corefx#39877)
authorStephen Toub <stoub@microsoft.com>
Tue, 30 Jul 2019 00:28:49 +0000 (20:28 -0400)
committerGitHub <noreply@github.com>
Tue, 30 Jul 2019 00:28:49 +0000 (20:28 -0400)
Commit migrated from https://github.com/dotnet/corefx/commit/eb44b1ffe5f9aeb9852beee0fc123add3fe47492

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

index 1b28fb1..8369924 100644 (file)
@@ -3007,6 +3007,7 @@ namespace System.Net.Http.Functional.Tests
                 });
         }
 
+        [ActiveIssue(39876)]
         [Fact]
         public async Task DynamicTableSizeUpdate_Exceeds_Settings_Throws()
         {