From: David Shulman Date: Thu, 10 Oct 2019 19:34:10 +0000 (-0700) Subject: Re-enable NoCallback_RevokedCertificate_NoRevocationChecking_Succeeds test X-Git-Tag: submit/tizen/20210909.063632~11031^2~317^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b457137b1e09d99105931e95a13c9d638aaf618b;p=platform%2Fupstream%2Fdotnet%2Fruntime.git 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 --- 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))]