Skip to content

Commit

Permalink
test: enable volume expand tests
Browse files Browse the repository at this point in the history
fix version

enable volume expand tests
  • Loading branch information
andyzhangx committed Oct 6, 2021
1 parent 56917ba commit 3d926f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/external-e2e/manifest/testdriver.yaml
Expand Up @@ -11,7 +11,7 @@ DriverInfo:
block: true
fsGroup: true
topology: true
controllerExpansion: false
nodeExpansion: false
controllerExpansion: true
nodeExpansion: true
volumeLimits: true
snapshotDataSource: true
2 changes: 1 addition & 1 deletion test/external-e2e/run.sh
Expand Up @@ -56,6 +56,6 @@ setup_e2e_binaries
trap print_logs EXIT

ginkgo -p --progress --v -focus="External.Storage.*$DRIVER.csi.azure.com" \
-skip='\[Disruptive\]|\[Slow\]|should check snapshot fields, check restore correctly works after modifying source data, check deletion' kubernetes/test/bin/e2e.test -- \
-skip='\[Disruptive\]|\[Slow\]|should check snapshot fields, check restore correctly works after modifying source data, check deletion|should resize volume when PVC is edited while pod is using it' kubernetes/test/bin/e2e.test -- \
-storage.testdriver=$PROJECT_ROOT/test/external-e2e/manifest/testdriver.yaml \
--kubeconfig=$KUBECONFIG

0 comments on commit 3d926f8

Please sign in to comment.