diff --git a/eng/testing/tests.mobile.targets b/eng/testing/tests.mobile.targets
index 8a7036f14208f6..58c9dd77d2827d 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 d074f8ad431661..da647d19ad5ef1 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 aae9eb5396a6ac..aefca41a35b6b5 100644
--- a/src/libraries/tests.proj
+++ b/src/libraries/tests.proj
@@ -149,7 +149,7 @@
 
   
     
-    
+