Skip to content

Commit b6beefd

Browse files
authored
[iOS] Skip PublicPrivateKey_IndependentLifetimes_DSA test (#96685)
DSA is not supported
1 parent 3710d53 commit b6beefd

File tree

1 file changed

+1
-0
lines changed
  • src/libraries/System.Security.Cryptography/tests/X509Certificates

1 file changed

+1
-0
lines changed

src/libraries/System.Security.Cryptography/tests/X509Certificates/CertTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ public static void PublicPrivateKey_IndependentLifetimes_RSA()
137137
}
138138

139139
[Fact]
140+
[SkipOnPlatform(PlatformSupport.MobileAppleCrypto, "DSA is not available")]
140141
public static void PublicPrivateKey_IndependentLifetimes_DSA()
141142
{
142143
X509Certificate2 loaded;

0 commit comments

Comments
 (0)