Re-enable NoCallback_RevokedCertificate_NoRevocationChecking_Succeeds test
authorDavid Shulman <david.shulman@microsoft.com>
Thu, 10 Oct 2019 19:34:10 +0000 (12:34 -0700)
committerDavid Shulman <david.shulman@microsoft.com>
Thu, 10 Oct 2019 19:34:49 +0000 (12:34 -0700)
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

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

index db7e251..26fbfbc 100644 (file)
@@ -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))]