Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cupnes committed Feb 22, 2024
1 parent bd3c3d0 commit 6a9d635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ var _ = Describe("rbd backup system", func() {
_, _, err := kubectl("-n", operatorNamespace, "delete", "rbdpvcbackups", rbdPVCBackupName)
Expect(err).NotTo(HaveOccurred())

By("Waiting for RBD snapshot to be created")
By("Waiting for RBD snapshot to be deleted")
Eventually(func() error {
stdout, stderr, err := kubectl("-n", operatorNamespace, "exec", "deploy/rook-ceph-tools", "--", "rbd", "snap", "ls", poolName+"/"+imageName, "--format=json")
if err != nil {
Expand Down

0 comments on commit 6a9d635

Please sign in to comment.