Index: tests/phpunit/tests/term/getTerms.php
===================================================================
--- tests/phpunit/tests/term/getTerms.php	(revision 27445)
+++ tests/phpunit/tests/term/getTerms.php	(working copy)
@@ -165,9 +165,6 @@
 		$term_id2 = $this->factory->category->create();
 		$term_id22 = $this->factory->category->create( array( 'parent' => $term_id2 ) );
 
-		// There's something else broken in the cache cleaning routines that leads to this having to be done manually
-		delete_option( 'category_children' );
-
 		$terms = get_terms( 'category', array(
 			'exclude' => $term_id_uncategorized,
 			'fields' => 'ids',
