Revert "Re-enable tests from TitlePermissionTest"
authorKrinkle <krinklemail@gmail.com>
Tue, 9 Oct 2018 01:21:00 +0000 (01:21 +0000)
committerKrinkle <krinklemail@gmail.com>
Tue, 9 Oct 2018 01:21:00 +0000 (01:21 +0000)
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

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
+        *
+        * 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() {