Skip to content

Commit

Permalink
In the upgrade tests, the tests for PVC are skipped.
Browse files Browse the repository at this point in the history
Signed-off-by: d-kuro <[email protected]>
  • Loading branch information
d-kuro committed Aug 9, 2023
1 parent cc713ec commit bf167e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions e2e/pvc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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", "-")
Expand Down

0 comments on commit bf167e2

Please sign in to comment.