Disable test on windows and enable on other platforms (#34331)
authorJan Jahoda <jajahoda@microsoft.com>
Wed, 1 Apr 2020 15:11:59 +0000 (17:11 +0200)
committerGitHub <noreply@github.com>
Wed, 1 Apr 2020 15:11:59 +0000 (17:11 +0200)
* Disable test on windows and enable on other platforms

* Remove mac from test

src/libraries/Common/tests/System/Net/Http/HttpClientHandlerTest.ServerCertificates.cs

index 393c024..5849f3c 100644 (file)
@@ -410,8 +410,7 @@ namespace System.Net.Http.Functional.Tests
         }
 
         [Fact]
-        [PlatformSpecific(~TestPlatforms.Linux)]
-        [ActiveIssue("https://github.com/dotnet/runtime/issues/33558")]
+        [PlatformSpecific(TestPlatforms.Linux)]
         public void HttpClientUsesSslCertEnvironmentVariables()
         {
             // We set SSL_CERT_DIR and SSL_CERT_FILE to empty locations.