Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[iOS] Skip PublicPrivateKey_IndependentLifetimes_DSA test (#96685)
DSA is not supported
  • Loading branch information
steveisok authored and vcsjones committed Jan 15, 2024
commit bc72a736bf37d299b026ebb232138df3d54228e2
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