Skip to content

Commit

Permalink
Fix migration test
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheng Pan committed May 10, 2020
1 parent 34ca796 commit 1fd2776
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/run-e2e-test
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ if [[ "$GINKGO_FOCUS" == "\[ebs-csi-migration\]" ]]; then
# - should provision storage with mount options
# - Known bug, need https://github.com/kubernetes/kubernetes/pull/80191 but not yet in a patch release
pushd ./tests/e2e-migration
go get -u github.com/onsi/ginkgo/ginkgo
go get github.com/onsi/ginkgo/ginkgo
SKIP="\[Disruptive\]\
|should.provision.storage.with.mount.options\
|should.not.mount./.map.unused.volumes.in.a.pod"
Expand Down Expand Up @@ -148,7 +148,7 @@ if [[ "$GINKGO_FOCUS" == "\[ebs-csi-migration\]" ]]; then
TEST_PASS=1
fi
else
go get -u github.com/onsi/ginkgo/ginkgo
go get github.com/onsi/ginkgo/ginkgo
export KUBECONFIG=$HOME/.kube/config
ginkgo -p -nodes=$NODES -v --focus="$FOCUS" tests/e2e -- -report-dir=$ARTIFACTS
TEST_PASS=$?
Expand Down

0 comments on commit 1fd2776

Please sign in to comment.