From: Timo Tijhof Date: Sat, 20 May 2017 11:35:43 +0000 (+0200) Subject: Disable broken TemplateCategoriesTest unit test X-Git-Tag: 1.31.0-rc.0~3209^2 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_aide%28?a=commitdiff_plain;h=0d14ed25e282726c88b8008a155446a45387135e;p=lhc%2Fweb%2Fwiklou.git Disable broken TemplateCategoriesTest unit test Bug: T165099 Change-Id: I370e48965fdfc948aa02533ebfeb0a540fb53c12 --- diff --git a/tests/phpunit/includes/TemplateCategoriesTest.php b/tests/phpunit/includes/TemplateCategoriesTest.php index 152602ac5e..ab2313635d 100644 --- a/tests/phpunit/includes/TemplateCategoriesTest.php +++ b/tests/phpunit/includes/TemplateCategoriesTest.php @@ -8,6 +8,9 @@ require __DIR__ . "/../../../maintenance/runJobs.php"; class TemplateCategoriesTest extends MediaWikiLangTestCase { /** + * Broken per T165099. + * + * @group Broken * @covers Title::getParentCategories */ public function testTemplateCategories() {