From 9f2b29483716633955361411fe6060e66d186ebf Mon Sep 17 00:00:00 2001 From: Jan Jahoda Date: Wed, 1 Apr 2020 17:11:59 +0200 Subject: [PATCH] Disable test on windows and enable on other platforms (#34331) * Disable test on windows and enable on other platforms * Remove mac from test --- .../tests/System/Net/Http/HttpClientHandlerTest.ServerCertificates.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/libraries/Common/tests/System/Net/Http/HttpClientHandlerTest.ServerCertificates.cs b/src/libraries/Common/tests/System/Net/Http/HttpClientHandlerTest.ServerCertificates.cs index 393c024..5849f3c 100644 --- a/src/libraries/Common/tests/System/Net/Http/HttpClientHandlerTest.ServerCertificates.cs +++ b/src/libraries/Common/tests/System/Net/Http/HttpClientHandlerTest.ServerCertificates.cs @@ -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. -- 2.7.4