diff --git a/src/libraries/System.Security.Cryptography/tests/X509Certificates/PfxIterationCountTests.cs b/src/libraries/System.Security.Cryptography/tests/X509Certificates/PfxIterationCountTests.cs index 59339ab75b4096..bcf156cbaaea84 100644 --- a/src/libraries/System.Security.Cryptography/tests/X509Certificates/PfxIterationCountTests.cs +++ b/src/libraries/System.Security.Cryptography/tests/X509Certificates/PfxIterationCountTests.cs @@ -130,6 +130,7 @@ public void ExportedPfxWithNullPassword_DecryptReturnsValidPaddingWithEmptyPassw } [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.