Disable hanging tests
authorDavid Shulman <david.shulman@microsoft.com>
Sat, 2 Nov 2019 21:29:55 +0000 (14:29 -0700)
committerDavid Shulman <david.shulman@microsoft.com>
Sat, 2 Nov 2019 21:29:55 +0000 (14:29 -0700)
Contributes to dotnet/corefx#42323

Commit migrated from https://github.com/dotnet/corefx/commit/2c3cb3c1b05626ecd8c0df3e1a06466e34621ba8

src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.DefaultProxyCredentials.cs
src/libraries/System.Net.Requests/tests/HttpWebRequestTest.cs

index a3245b33f41da2cd6ce80a77860e0fb125959ae7..ca933f4956b1ad17980e58e24d8ef2c465c31f4d 100644 (file)
@@ -79,6 +79,7 @@ namespace System.Net.Http.Functional.Tests
             });
         }
 
+        [ActiveIssue(42323)]
         [OuterLoop("Uses external server")]
         [PlatformSpecific(TestPlatforms.AnyUnix)] // The default proxy is resolved via WinINet on Windows.
         [Theory]
index efc62656ce0564ff96eb8e928aea2b0dced19488..67411a195b3133ffb8d291e2c7741088c7a77c89 100644 (file)
@@ -1450,6 +1450,7 @@ namespace System.Net.Tests
             Assert.NotNull(request.Proxy);
         }
 
+        [ActiveIssue(42323)]
         [OuterLoop("Uses external server")]
         [PlatformSpecific(TestPlatforms.AnyUnix)] // The default proxy is resolved via WinINet on Windows.
         [Fact]