diff --git a/stack b/stack index e688c437..cdee0b32 100755 --- a/stack +++ b/stack @@ -372,7 +372,7 @@ function integration-tests-ci() { export API_HOST= export DISABLE_TELEMETRY=true cd test - go test -v -count 1 . + API_HOST="" go test -v -count 1 . } ############################################################################