diff --git a/src/libraries/System.Security.Cryptography/tests/X509Certificates/PfxIterationCountTests.cs b/src/libraries/System.Security.Cryptography/tests/X509Certificates/PfxIterationCountTests.cs index 36a6d2d57b5978..052fb216f66d82 100644 --- a/src/libraries/System.Security.Cryptography/tests/X509Certificates/PfxIterationCountTests.cs +++ b/src/libraries/System.Security.Cryptography/tests/X509Certificates/PfxIterationCountTests.cs @@ -64,7 +64,7 @@ public void Import_IterationCountLimitExceeded_Throws(string name, string passwo Assert.Contains(FwlinkId, ce.Message); } - [SkipOnPlatform(TestPlatforms.Android, "Android emulators report OOM error")] + [ActiveIssue("https://github.com/dotnet/runtime/issues/62547", TestPlatforms.Android)] [ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.Is64BitProcess))] [MemberData(nameof(GetCertsWith_IterationCountExceedingDefaultLimit_MemberData))] public void ImportWithPasswordOrFileName_IterationCountLimitExceeded(string name, string password, bool usesPbes2, byte[] blob, long iterationCount, bool usesRC2)