backupTextPassTest: Disable checkpointHelper test
authorTimo Tijhof <krinklemail@gmail.com>
Thu, 12 Feb 2015 08:56:50 +0000 (08:56 +0000)
committerTimo Tijhof <krinklemail@gmail.com>
Thu, 12 Feb 2015 08:56:50 +0000 (08:56 +0000)
Bug: T70653
Change-Id: Iafab3094b7526dd646610f34ed9f97cfca868c3a

tests/phpunit/maintenance/backupTextPassTest.php

index 6ef2e23..0a977dc 100644 (file)
@@ -415,7 +415,10 @@ class TextPassDumperTest extends DumpTestCase {
        }
 
        /**
+        * Broken per T70653.
+        *
         * @group large
+        * @group Broken
         */
        function testCheckpointPlain() {
                $this->checkpointHelper();
@@ -431,7 +434,10 @@ class TextPassDumperTest extends DumpTestCase {
         * PHP extensions, we go for gzip instead, which triggers the same relevant code
         * paths while still being testable on more systems.
         *
+        * Broken per T70653.
+        *
         * @group large
+        * @group Broken
         */
        function testCheckpointGzip() {
                $this->checkHasGzip();