backupTextPassTest: Disable checkpointHelper test
Bug: T70653 Change-Id: Iafab3094b7526dd646610f34ed9f97cfca868c3a
This commit is contained in:
parent
f769ec9685
commit
3d4c0e933f
1 changed files with 6 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue