Skip to content

Commit

Permalink
Merge pull request #407 from leakingtapan/migration
Browse files Browse the repository at this point in the history
Enable volume expansion e2e test for CSI migration
  • Loading branch information
Cheng Pan authored Nov 11, 2019
2 parents 36b07ec + b5452eb commit ad864a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hack/run-e2e-test
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ if [[ "$GINKGO_FOCUS" == "\[ebs-csi-migration\]" ]]; then
pushd ./tests/e2e-migration
go get -u github.com/onsi/ginkgo/ginkgo
SKIP="\[Disruptive\]\
|should.not.allow.expansion\
|block.volmode.+volume-expand\
|should.provision.storage.with.mount.options\
|should.not.mount./.map.unused.volumes.in.a.pod"
ginkgo -p -nodes=$NODES -v --focus="$FOCUS" --skip="$SKIP" --noColor ./... -- -kubeconfig=$HOME/.kube/config -report-dir=$ARTIFACTS -gce-zone=${ZONES%,*}
Expand Down

0 comments on commit ad864a1

Please sign in to comment.