diff --git a/hack/test-integration.sh b/hack/test-integration.sh index 5ad11efe591..bc87e6c4233 100755 --- a/hack/test-integration.sh +++ b/hack/test-integration.sh @@ -28,7 +28,10 @@ function cleanup() # Stop right away if the build fails set -e -$(dirname $0)/build-go.sh cmd/integration + +if [[ -z $KUBE_NO_BUILD_INTEGRATION ]]; then + $(dirname $0)/build-go.sh cmd/integration +fi start_etcd