From 0d14ed25e282726c88b8008a155446a45387135e Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Sat, 20 May 2017 13:35:43 +0200 Subject: [PATCH] Disable broken TemplateCategoriesTest unit test Bug: T165099 Change-Id: I370e48965fdfc948aa02533ebfeb0a540fb53c12 --- tests/phpunit/includes/TemplateCategoriesTest.php | 3 +++ 1 file changed, 3 insertions(+) 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() { -- 2.20.1