Skip to content

Commit 9a6fc11

Browse files
committed
Fix e2e tests
1 parent eeb4403 commit 9a6fc11

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/e2e/run.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ sed "s/<disk-offering-id>/${DISK_OFFERING_ID}/" storageclass.yaml | kubectl appl
2626
-storage.testdriver=testdriver.yaml \
2727
--kubeconfig="$KUBECONFIG"
2828

29+
# Delete volume populators CRD created by e2e.test in the previous run
30+
# This prevents a test from failing with CRD already exists
31+
kubectl delete crd volumepopulators.populator.storage.k8s.io
32+
2933
# Then run the remaining tests, sequentially:
3034
./ginkgo -progress -v \
3135
-focus='External.Storage.*csi-cloudstack.*(\[Feature:|\[Disruptive\]|\[Serial\])' \

0 commit comments

Comments
 (0)