Index: trunk/phase3/tests/phpunit/includes/parser/NewParserTest.php |
— | — | @@ -542,11 +542,12 @@ |
543 | 543 | /** |
544 | 544 | * Run a fuzz test series |
545 | 545 | * Draw input from a set of test files |
| 546 | + * |
| 547 | + * @todo @fixme Needs some work to not eat memory until the world explodes |
| 548 | + * |
| 549 | + * @group Broken |
546 | 550 | */ |
547 | 551 | function testFuzzTests() { |
548 | | - |
549 | | - $this->markTestIncomplete( 'Breaks tesla due to memory restrictions' ); |
550 | | - |
551 | 552 | global $wgParserTestFiles; |
552 | 553 | |
553 | 554 | $files = $wgParserTestFiles; |