Mark broken parser tests as broken
authorX! <soxred93@users.mediawiki.org>
Mon, 3 Jan 2011 02:49:52 +0000 (02:49 +0000)
committerX! <soxred93@users.mediawiki.org>
Mon, 3 Jan 2011 02:49:52 +0000 (02:49 +0000)
tests/phpunit/includes/parser/MediaWikiParserTest.php
tests/phpunit/includes/parser/NewParserTest.php

index fcc10a8..3ff2b18 100644 (file)
@@ -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.
index d81d69f..12772a8 100644 (file)
@@ -468,6 +468,8 @@ class NewParserTest extends MediaWikiTestCase {
         */
        function testFuzzTests() {
                
+               $this->markTestIncomplete( 'Breaks tesla due to memory restrictions' );
+               
                global $wgParserTestFiles;
                
                $files = $wgParserTestFiles;