From 6e990fd4cab3f5fd4a7ab5bd948d766bd329dc9d Mon Sep 17 00:00:00 2001 From: David Shulman Date: Sat, 14 Sep 2019 08:50:30 -0700 Subject: [PATCH] Disable NoCallback_RevokedCertificate_NoRevocationChecking_Succeeds (dotnet/corefx#41109) The remote server "revoked.badssl.com" has a certificate which is not only revoked but also now untrusted since it has expired. Disabling test for now Contributes to dotnet/corefx#41108 Commit migrated from https://github.com/dotnet/corefx/commit/8350134a21960df364517c9c766937ae47bf76c5 --- .../tests/FunctionalTests/HttpClientHandlerTest.ServerCertificates.cs | 1 + 1 file changed, 1 insertion(+) 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 26fbfbc..db7e251 100644 --- a/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.ServerCertificates.cs +++ b/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.ServerCertificates.cs @@ -318,6 +318,7 @@ 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