Disable not working test containing RemoteExecutor (#33560)
authorJan Jahoda <jajahoda@microsoft.com>
Fri, 13 Mar 2020 22:17:30 +0000 (22:17 +0000)
committerGitHub <noreply@github.com>
Fri, 13 Mar 2020 22:17:30 +0000 (18:17 -0400)
src/libraries/Common/tests/System/Net/Http/HttpClientHandlerTest.Proxy.cs
src/libraries/Common/tests/System/Net/Http/HttpClientHandlerTest.ServerCertificates.cs

index 7402079..ef7b570 100644 (file)
@@ -109,6 +109,7 @@ namespace System.Net.Http.Functional.Tests
 
         [OuterLoop("Uses external server")]
         [ConditionalFact]
+        [ActiveIssue("https://github.com/dotnet/runtime/issues/33558")]        
         public void Proxy_UseEnvironmentVariableToSetSystemProxy_RequestGoesThruProxy()
         {
             RemoteExecutor.Invoke(async (useVersionString) =>
index f4fb041..2a04997 100644 (file)
@@ -397,6 +397,7 @@ namespace System.Net.Http.Functional.Tests
 
         [Fact]
         [PlatformSpecific(~TestPlatforms.Linux)]
+        [ActiveIssue("https://github.com/dotnet/runtime/issues/33558")]
         public void HttpClientUsesSslCertEnvironmentVariables()
         {
             // We set SSL_CERT_DIR and SSL_CERT_FILE to empty locations.