Skip to content

Commit

Permalink
Reenable ExportCertificatePems_MultiCert test on Android (dotnet#60251)
Browse files Browse the repository at this point in the history
The issue was fixed.
  • Loading branch information
akoeplinger committed Oct 11, 2021
1 parent 5aad989 commit 5dc5e0d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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" +
Expand Down

0 comments on commit 5dc5e0d

Please sign in to comment.