Skip to content

Commit

Permalink
[iOS] Skip PublicPrivateKey_IndependentLifetimes_DSA test (#96685)
Browse files Browse the repository at this point in the history
DSA is not supported
  • Loading branch information
steveisok authored Jan 9, 2024
1 parent 3710d53 commit b6beefd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ public static void PublicPrivateKey_IndependentLifetimes_RSA()
}

[Fact]
[SkipOnPlatform(PlatformSupport.MobileAppleCrypto, "DSA is not available")]
public static void PublicPrivateKey_IndependentLifetimes_DSA()
{
X509Certificate2 loaded;
Expand Down

0 comments on commit b6beefd

Please sign in to comment.