Skip to content

Commit

Permalink
debug e2e 2
Browse files Browse the repository at this point in the history
Signed-off-by: Anshul Ahuja <[email protected]>
  • Loading branch information
Anshul Ahuja committed Jul 6, 2023
1 parent a1ec3b5 commit d89a8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/util/velero/velero_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,9 @@ func checkRestorePhase(ctx context.Context, veleroCLI string, veleroNamespace st
return err
}
if restore.Status.Phase != expectedPhase {
fmt.Println(restore.Status.FailureReason)
return errors.Errorf("Unexpected restore phase got %s, expecting %s", restore.Status.Phase, expectedPhase)
}
fmt.Println(restore.Status.FailureReason)
return nil
}

Expand Down

0 comments on commit d89a8e0

Please sign in to comment.