From 5f8e4b019bbf2b92b222cac7c8cc12b3b34de046 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Tue, 9 Aug 2011 16:13:56 +0000 Subject: [PATCH] Move the fuzz test into @group Broken so it will shut up about being incomplete --- tests/phpunit/includes/parser/NewParserTest.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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; -- 2.20.1