From: Chad Horohoe Date: Tue, 9 Aug 2011 16:13:56 +0000 (+0000) Subject: Move the fuzz test into @group Broken so it will shut up about being incomplete X-Git-Tag: 1.31.0-rc.0~28382 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=5f8e4b019bbf2b92b222cac7c8cc12b3b34de046;p=lhc%2Fweb%2Fwiklou.git Move the fuzz test into @group Broken so it will shut up about being incomplete --- diff --git a/tests/phpunit/includes/parser/NewParserTest.php b/tests/phpunit/includes/parser/NewParserTest.php index 6c986c2278..a327b254bb 100644 --- a/tests/phpunit/includes/parser/NewParserTest.php +++ b/tests/phpunit/includes/parser/NewParserTest.php @@ -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;