diff --git a/src/libraries/System.Security.Cryptography/tests/X509Certificates/PfxIterationCountTests.cs b/src/libraries/System.Security.Cryptography/tests/X509Certificates/PfxIterationCountTests.cs
index 1f65016841437a..36a6d2d57b5978 100644
--- a/src/libraries/System.Security.Cryptography/tests/X509Certificates/PfxIterationCountTests.cs
+++ b/src/libraries/System.Security.Cryptography/tests/X509Certificates/PfxIterationCountTests.cs
@@ -64,6 +64,7 @@ public void Import_IterationCountLimitExceeded_Throws(string name, string passwo
Assert.Contains(FwlinkId, ce.Message);
}
+ [SkipOnPlatform(TestPlatforms.Android, "Android emulators report OOM error")]
[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)
diff --git a/src/libraries/tests.proj b/src/libraries/tests.proj
index b795066b05097b..c6d4b2f35039e8 100644
--- a/src/libraries/tests.proj
+++ b/src/libraries/tests.proj
@@ -225,8 +225,6 @@
-
-
@@ -597,18 +595,17 @@
-
-
+
-
+