[iOS] Skip PfxIterationCountTests.Import_BlobHasMoreThanOnePfx_LoadsOnlyOne (#88146)
authorSteve Pfister <steveisok@users.noreply.github.com>
Wed, 28 Jun 2023 23:03:41 +0000 (16:03 -0700)
committerGitHub <noreply@github.com>
Wed, 28 Jun 2023 23:03:41 +0000 (01:03 +0200)
Co-authored-by: Steve Pfister <steve.pfister@microsoft.com>
src/libraries/System.Security.Cryptography/tests/X509Certificates/PfxIterationCountTests.cs

index 59339ab..bcf156c 100644 (file)
@@ -130,6 +130,7 @@ namespace System.Security.Cryptography.X509Certificates.Tests
         }
 
         [Fact]
+        [ActiveIssue("https://github.com/dotnet/runtime/issues/88050", TestPlatforms.iOS | TestPlatforms.tvOS | TestPlatforms.MacCatalyst)]
         public void Import_BlobHasMoreThanOnePfx_LoadsOnlyOne()
         {
             // These certs don't use PBES2 so they should be supported everywhere.