Index: phpunit.xml.dist
===================================================================
--- phpunit.xml.dist	(revision 35152)
+++ phpunit.xml.dist	(working copy)
@@ -23,6 +23,7 @@
         <exclude>
             <group>ajax</group>
             <group>external-http</group>
+            <group>xmlrpc</group>
         </exclude>
     </groups>
     <logging>
Index: tests/phpunit/includes/bootstrap.php
===================================================================
--- tests/phpunit/includes/bootstrap.php	(revision 35152)
+++ tests/phpunit/includes/bootstrap.php	(working copy)
@@ -136,6 +136,7 @@
 			'ajax' => true,
 			'ms-files' => true,
 			'external-http' => true,
+			'xmlrpc' => true,
 		);
 
 		foreach ( $options as $option ) {
Index: tests/phpunit/multisite.xml
===================================================================
--- tests/phpunit/multisite.xml	(revision 35152)
+++ tests/phpunit/multisite.xml	(working copy)
@@ -26,6 +26,7 @@
             <group>ms-files</group>
             <group>external-http</group>
             <group>oembed-headers</group>
+            <group>xmlrpc</group>
         </exclude>
     </groups>
     <php>
