test: enable one external e2e test

This commit is contained in:
andyzhangx 2022-05-08 01:08:43 +00:00
parent 86358ae251
commit a2828245dd
1 changed files with 1 additions and 1 deletions

View File

@ -52,6 +52,6 @@ trap print_logs EXIT
mkdir -p /tmp/csi
cp deploy/example/storageclass-smb.yaml /tmp/csi/storageclass.yaml
ginkgo -p --progress --v -focus='External.Storage' \
-skip='\[Disruptive\]|support two pods which share the same volume||should provision storage with any volume data source|should mount multiple PV pointing to the same storage on the same node' kubernetes/test/bin/e2e.test -- \
-skip='\[Disruptive\]||should provision storage with any volume data source|should mount multiple PV pointing to the same storage on the same node' kubernetes/test/bin/e2e.test -- \
-storage.testdriver=$PROJECT_ROOT/test/external-e2e/testdriver.yaml \
--kubeconfig=$KUBECONFIG