From ae4476c54d9c3351007f36a5da842547a798188a Mon Sep 17 00:00:00 2001 From: Krinkle Date: Tue, 9 Oct 2018 01:21:00 +0000 Subject: [PATCH] Revert "Re-enable tests from TitlePermissionTest" It's still broken, and 4 days passed with broken Travis CI builds. Re-reverting for now. This reverts commit 589741b5417adbf0e3b0d72640ff6ff297e50141. Change-Id: I85a0b02d3f32303a90118e2705a7b2afc721cb57 --- 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