From 0d211be529442e55bc6e47e6c8370c044dc5738b Mon Sep 17 00:00:00 2001 From: Milos Kotlar Date: Mon, 18 Aug 2025 13:10:24 +0200 Subject: [PATCH] Update Android test to use ActiveIssue for OOM error reporting --- .../tests/X509Certificates/PfxIterationCountTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)