From b457137b1e09d99105931e95a13c9d638aaf618b Mon Sep 17 00:00:00 2001 From: David Shulman Date: Thu, 10 Oct 2019 12:34:10 -0700 Subject: [PATCH] Re-enable NoCallback_RevokedCertificate_NoRevocationChecking_Succeeds test The third-party server we use for this test, revoked.badssl.com, now has a new certificate that is good for another two years and is also revoked. So, we can re-enable this test. Fixes dotnet/corefx#41108 Commit migrated from https://github.com/dotnet/corefx/commit/0dd95fc3d4bd24db0fd860295c5873703d7738f5 --- .../tests/FunctionalTests/HttpClientHandlerTest.ServerCertificates.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.ServerCertificates.cs b/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.ServerCertificates.cs index db7e251..26fbfbc 100644 --- a/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.ServerCertificates.cs +++ b/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.ServerCertificates.cs @@ -318,7 +318,6 @@ namespace System.Net.Http.Functional.Tests } } - [ActiveIssue(41108)] [SkipOnTargetFramework(TargetFrameworkMonikers.Uap, "UAP doesn't allow revocation checking to be turned off")] [OuterLoop("Uses external server")] [ConditionalFact(nameof(ClientSupportsDHECipherSuites))] -- 2.7.4