backupTextPassTest: Disable checkpointHelper test

Bug: T70653
Change-Id: Iafab3094b7526dd646610f34ed9f97cfca868c3a
This commit is contained in:
Timo Tijhof 2015-02-12 08:56:50 +00:00
parent f769ec9685
commit 3d4c0e933f

View 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();