Skip to content

Commit

Permalink
Run tests in order
Browse files Browse the repository at this point in the history
  • Loading branch information
chethanv28 committed Jul 14, 2021
1 parent b924748 commit 1ab006c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/statefulsets.go
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,7 @@ var _ = ginkgo.Describe("[csi-block-vanilla] [csi-supervisor] [csi-block-vanilla

statefulset = GetResizedStatefulSetFromManifest(namespace)
ginkgo.By("Creating statefulset")
statefulset.Spec.VolumeClaimTemplates[len(statefulset.Spec.VolumeClaimTemplates)-1].Annotations["volume.beta.kubernetes.io/storage-class"] = scName
CreateStatefulSet(namespace, statefulset, client)
replicas = *(statefulset.Spec.Replicas)

Expand Down

0 comments on commit 1ab006c

Please sign in to comment.