From 9012b54101b154e6732159173bcacb853087ee3d Mon Sep 17 00:00:00 2001 From: X! Date: Mon, 3 Jan 2011 02:49:52 +0000 Subject: [PATCH] Mark broken parser tests as broken --- tests/phpunit/includes/parser/MediaWikiParserTest.php | 2 ++ tests/phpunit/includes/parser/NewParserTest.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/tests/phpunit/includes/parser/MediaWikiParserTest.php b/tests/phpunit/includes/parser/MediaWikiParserTest.php index fcc10a89f3..3ff2b18252 100644 --- a/tests/phpunit/includes/parser/MediaWikiParserTest.php +++ b/tests/phpunit/includes/parser/MediaWikiParserTest.php @@ -7,6 +7,8 @@ require_once( dirname(dirname(dirname( __FILE__ ))) . '/bootstrap.php' ); * @group Parser * @group Destructive * @group Database + * @group Broken + * It's not really broken, but superseded */ class MediaWikiParserTest extends MediaWikiTestCase { public $count; // Number of tests in the suite. diff --git a/tests/phpunit/includes/parser/NewParserTest.php b/tests/phpunit/includes/parser/NewParserTest.php index d81d69f402..12772a8914 100644 --- a/tests/phpunit/includes/parser/NewParserTest.php +++ b/tests/phpunit/includes/parser/NewParserTest.php @@ -468,6 +468,8 @@ class NewParserTest extends MediaWikiTestCase { */ function testFuzzTests() { + $this->markTestIncomplete( 'Breaks tesla due to memory restrictions' ); + global $wgParserTestFiles; $files = $wgParserTestFiles; -- 2.20.1