diff --git a/hack/run-e2e-test b/hack/run-e2e-test index e0f391e5d6..f55c66e6b6 100755 --- a/hack/run-e2e-test +++ b/hack/run-e2e-test @@ -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" @@ -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=$?