Index: tests/phpunit/tests/rest-api/rest-posts-controller.php
===================================================================
--- tests/phpunit/tests/rest-api/rest-posts-controller.php	(revision 39642)
+++ tests/phpunit/tests/rest-api/rest-posts-controller.php	(working copy)
@@ -723,9 +723,6 @@
 		$this->assertEquals( $id1, $post['id'] );
 	}
 
-	/**
-	 * @group test
-	 */
 	public function test_get_items_pagination_headers() {
 		// Start of the index
 		for ( $i = 0; $i < 49; $i++ ) {
Index: tests/phpunit/tests/rest-api/rest-users-controller.php
===================================================================
--- tests/phpunit/tests/rest-api/rest-users-controller.php	(revision 39642)
+++ tests/phpunit/tests/rest-api/rest-users-controller.php	(working copy)
@@ -167,9 +167,6 @@
 		}
 	}
 
-	/**
-	 * @group test
-	 */
 	public function test_get_items_pagination_headers() {
 		wp_set_current_user( self::$user );
 		// Start of the index, including the three existing users
