Move the fuzz test into @group Broken so it will shut up about being incomplete
authorChad Horohoe <demon@users.mediawiki.org>
Tue, 9 Aug 2011 16:13:56 +0000 (16:13 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Tue, 9 Aug 2011 16:13:56 +0000 (16:13 +0000)
tests/phpunit/includes/parser/NewParserTest.php

index 6c986c2..a327b25 100644 (file)
@@ -542,11 +542,12 @@ class NewParserTest extends MediaWikiTestCase {
        /**
         * Run a fuzz test series
         * Draw input from a set of test files
+        *
+        * @todo @fixme Needs some work to not eat memory until the world explodes
+        *
+        * @group Broken
         */
        function testFuzzTests() {
-
-               $this->markTestIncomplete( 'Breaks tesla due to memory restrictions' );
-
                global $wgParserTestFiles;
 
                $files = $wgParserTestFiles;