From 5dc5e0df8c4b3cdbfe7f716d71d1c31a073e9f80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Mon, 11 Oct 2021 17:42:23 +0200 Subject: [PATCH] Reenable ExportCertificatePems_MultiCert test on Android (#60251) The issue was fixed. --- .../tests/CollectionTests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libraries/System.Security.Cryptography.X509Certificates/tests/CollectionTests.cs b/src/libraries/System.Security.Cryptography.X509Certificates/tests/CollectionTests.cs index 2c77252705f01..ac92a40e6d947 100644 --- a/src/libraries/System.Security.Cryptography.X509Certificates/tests/CollectionTests.cs +++ b/src/libraries/System.Security.Cryptography.X509Certificates/tests/CollectionTests.cs @@ -1583,7 +1583,6 @@ public static void ExportCertificatePems_SingleCert() } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/59777", TestPlatforms.Android)] public static void ExportCertificatePems_MultiCert() { const string MultiPem = "-----BEGIN CERTIFICATE-----\n" +