Skip to content

Commit

Permalink
Merge branch 'dargudear-fix-e2e' of github.com:GoogleCloudPlatform/se…
Browse files Browse the repository at this point in the history
…crets-store-csi-driver-provider-gcp into dargudear-fix-e2e
  • Loading branch information
dargudear-google committed Aug 14, 2024
2 parents 69263bb + 0f67acd commit b1b4a42
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/e2e/mount_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,11 @@ func TestMountRotateSecret(t *testing.T) {
"--namespace", "default",
"--timeout", "5m",
)); err != nil {
execCmd(exec.Command(
"kubectl", "describe", "pods",
"--namespace", "default",
"--kubeconfig", f.kubeconfigFile,
))
t.Fatalf("Error waiting for job: %v", err)
}

Expand Down

0 comments on commit b1b4a42

Please sign in to comment.