Skip to content

Commit edc7240

Browse files
committed
PBM-823: enable leftover files check for cancelled backup
1 parent 2a91e74 commit edc7240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e-tests/pkg/tests/sharded/test_backup_cancellation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func (c *Cluster) BackupCancellation(storage string) {
2828

2929
time.Sleep(20 * time.Second)
3030

31-
// checkNoBackupFiles(bcpName, storage)
31+
checkNoBackupFiles(bcpName, storage)
3232

3333
log.Println("check backup state")
3434
m, err := c.mongopbm.GetBackupMeta(context.TODO(), bcpName)

0 commit comments

Comments
 (0)