Skip to content

Commit

Permalink
Disable CrlBuilderTests.BuildEmptyRsaPss on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
bartonjs authored Jul 27, 2022
1 parent cd7db35 commit dd98eac
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ public static void BuildEmpty()
[InlineData("SHA256")]
[InlineData("SHA384")]
[InlineData("SHA512")]
[ActiveIssue("https://github.com/dotnet/runtime/issues/72906", TestPlatforms.Android)]
public static void BuildEmptyRsaPss(string hashName)
{
BuildRsaCertificateAndRun(
Expand Down

0 comments on commit dd98eac

Please sign in to comment.