From 7f843b0c0472b9da909d7abf7c2829eec17a5b3e Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Thu, 16 Aug 2018 00:03:19 +0100 Subject: [PATCH] title: Disable the failing tests from TitlePermissionTest Bug: T201776 Change-Id: I088bd797225e0c60c66de4d4d1aa12d0b5bf67d8 --- tests/phpunit/includes/TitlePermissionTest.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/phpunit/includes/TitlePermissionTest.php b/tests/phpunit/includes/TitlePermissionTest.php index 63803cc5b6..dd84b7eb01 100644 --- a/tests/phpunit/includes/TitlePermissionTest.php +++ b/tests/phpunit/includes/TitlePermissionTest.php @@ -99,6 +99,10 @@ class TitlePermissionTest extends MediaWikiLangTestCase { /** * @todo This test method should be split up into separate test methods and * data providers + * + * This test is failing per T201776. + * + * @group Broken * @covers Title::checkQuickPermissions */ public function testQuickPermissions() { @@ -643,6 +647,10 @@ class TitlePermissionTest extends MediaWikiLangTestCase { /** * @todo This test method should be split up into separate test methods and * data providers + * + * This test is failing per T201776. + * + * @group Broken * @covers Title::checkPageRestrictions */ public function testPageRestrictions() { -- 2.20.1