diff --git a/e2e/pvc_test.go b/e2e/pvc_test.go index 9503de850..e8053b2a5 100644 --- a/e2e/pvc_test.go +++ b/e2e/pvc_test.go @@ -21,6 +21,9 @@ var pvcTestYAML string var pvcApplyYAML string var _ = Context("pvc_test", func() { + if doUpgrade { + return + } It("should construct a cluster", func() { kubectlSafe(fillTemplate(pvcTestYAML), "apply", "-f", "-")