From 3d4c0e933f41a5ce757d78cdb734b3eac679bb83 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Thu, 12 Feb 2015 08:56:50 +0000 Subject: [PATCH] backupTextPassTest: Disable checkpointHelper test Bug: T70653 Change-Id: Iafab3094b7526dd646610f34ed9f97cfca868c3a --- tests/phpunit/maintenance/backupTextPassTest.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/phpunit/maintenance/backupTextPassTest.php b/tests/phpunit/maintenance/backupTextPassTest.php index 6ef2e23fec..0a977dc29a 100644 --- a/tests/phpunit/maintenance/backupTextPassTest.php +++ b/tests/phpunit/maintenance/backupTextPassTest.php @@ -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(); -- 2.20.1