Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RidRisR authored and ti-chi-bot committed Dec 10, 2024
1 parent 56fa599 commit cbfbd48
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/e2e/br/br.go
Original file line number Diff line number Diff line change
Expand Up @@ -701,15 +701,6 @@ var _ = ginkgo.Describe("Backup and Restore", func() {
framework.ExpectNoError(err)
framework.ExpectEqual(backup.Status.CommitTs, "")

ginkgo.By("Stop log backup")
backup, err = continueLogBackupAndWaitForComplete(f, backup, func(backup *v1alpha1.Backup) {
backup.Spec.LogStop = true
backup.Spec.CleanPolicy = v1alpha1.CleanPolicyTypeDelete
backup.Spec.Mode = v1alpha1.BackupModeLog
})
framework.ExpectNoError(err)
framework.ExpectEqual(backup.Status.Phase, v1alpha1.BackupStopped)

ginkgo.By("Delete backup")
err = deleteBackup(f, backupName)
framework.ExpectNoError(err)
Expand Down

0 comments on commit cbfbd48

Please sign in to comment.