diff --git a/src/libraries/System.Security.Cryptography/tests/X509Certificates/CollectionTests.cs b/src/libraries/System.Security.Cryptography/tests/X509Certificates/CollectionTests.cs index 92d90268c13a26..23c090321fd04d 100644 --- a/src/libraries/System.Security.Cryptography/tests/X509Certificates/CollectionTests.cs +++ b/src/libraries/System.Security.Cryptography/tests/X509Certificates/CollectionTests.cs @@ -1011,6 +1011,7 @@ public static void X509CertificateCollectionRemoveAt() } [Fact] + [ActiveIssue("https://github.com/dotnet/runtime/issues/128482", typeof(PlatformDetection), nameof(PlatformDetection.IsReadyToRunCompiled))] public static void X509Certificate2CollectionRemoveRangeArray() { using (X509Certificate2 c1 = new X509Certificate2(TestData.MsCertificate))