Skip to content

Commit

Permalink
PBM-823: enable leftover files check for cancelled backup
Browse files Browse the repository at this point in the history
  • Loading branch information
defbin committed Sep 18, 2024
1 parent d7bf446 commit 40dcfe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/pkg/tests/sharded/test_backup_cancellation.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func (c *Cluster) BackupCancellation(storage string) {

time.Sleep(20 * time.Second)

// checkNoBackupFiles(bcpName, storage)
checkNoBackupFiles(bcpName, storage)

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

0 comments on commit 40dcfe4

Please sign in to comment.