diff --git a/acceptance/telemetry/upload-skipped/script b/acceptance/telemetry/upload-skipped/script index 55fe6c4e2..46e5f6b5f 100644 --- a/acceptance/telemetry/upload-skipped/script +++ b/acceptance/telemetry/upload-skipped/script @@ -8,5 +8,7 @@ if [ -f ./telemetry.pid ]; then echo "telemetry process was started" exit 1 else + # The telemetry process should not be started because the DATABRICKS_CLI_DISABLE_TELEMETRY + # environment variable is set. echo "telemetry process not started. No pid file found" fi