diff --git a/eng/testing/tests.mobile.targets b/eng/testing/tests.mobile.targets index 8a7036f14208f..58c9dd77d2827 100644 --- a/eng/testing/tests.mobile.targets +++ b/eng/testing/tests.mobile.targets @@ -56,7 +56,7 @@ Condition="'$(RuntimeConfigParserTasksAssemblyPath)' != ''" /> $(PublishDir)$(AssemblyName).runtimeconfig.json @@ -208,7 +208,7 @@ - + @@ -249,7 +249,7 @@ SkipUnchangedFiles="true" Condition="'$(ArchiveTests)' == 'true' and '$(IgnoreForCI)' != 'true' and '$(GenerateXcodeProject)' == 'true'" /> - diff --git a/src/libraries/System.Security.Cryptography.X509Certificates/tests/CollectionTests.cs b/src/libraries/System.Security.Cryptography.X509Certificates/tests/CollectionTests.cs index d074f8ad43166..da647d19ad5ef 100644 --- a/src/libraries/System.Security.Cryptography.X509Certificates/tests/CollectionTests.cs +++ b/src/libraries/System.Security.Cryptography.X509Certificates/tests/CollectionTests.cs @@ -1583,6 +1583,7 @@ public static void ExportCertificatePems_SingleCert() } [Fact] + [ActiveIssue("https://github.com/dotnet/runtime/issues/59777", TestPlatforms.Android)] public static void ExportCertificatePems_MultiCert() { const string MultiPem = "-----BEGIN CERTIFICATE-----\n" + diff --git a/src/libraries/tests.proj b/src/libraries/tests.proj index aae9eb5396a6a..aefca41a35b6b 100644 --- a/src/libraries/tests.proj +++ b/src/libraries/tests.proj @@ -149,7 +149,7 @@ - +