Disable test that appears to be causing a hang in System.Net.Http tests. (dotnet...
authorMax Kerr <richard.kerr@microsoft.com>
Fri, 31 Aug 2018 19:12:14 +0000 (12:12 -0700)
committerGitHub <noreply@github.com>
Fri, 31 Aug 2018 19:12:15 +0000 (12:12 -0700)
Commit migrated from https://github.com/dotnet/corefx/commit/01d396a97a5c07dd78c0da7fac80f6b4cf23cb40

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

index 408d38c..ee6b289 100644 (file)
@@ -288,6 +288,7 @@ namespace System.Net.Http.Functional.Tests
             }
         }
 
+        [ActiveIssue(32000)]
         [SkipOnTargetFramework(TargetFrameworkMonikers.Uap, "WinRT stack can't set MaxConnectionsPerServer < 2")]
         [Fact]
         public async Task MaxConnectionsPerServer_WaitingConnectionsAreCancelable()