title: Disable the failing tests from TitlePermissionTest
authorTimo Tijhof <krinklemail@gmail.com>
Wed, 15 Aug 2018 23:03:19 +0000 (00:03 +0100)
committerReedy <reedy@wikimedia.org>
Thu, 16 Aug 2018 13:05:09 +0000 (13:05 +0000)
Bug: T201776
Change-Id: I088bd797225e0c60c66de4d4d1aa12d0b5bf67d8

tests/phpunit/includes/TitlePermissionTest.php

index 63803cc..dd84b7e 100644 (file)
@@ -99,6 +99,10 @@ class TitlePermissionTest extends MediaWikiLangTestCase {
        /**
         * @todo This test method should be split up into separate test methods and
         * data providers
        /**
         * @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() {
         * @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
        /**
         * @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() {
         * @covers Title::checkPageRestrictions
         */
        public function testPageRestrictions() {