From 217d4e7be23903652b2b7b59aa5a2a3fe69923c0 Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Wed, 5 Mar 2025 13:25:29 +0100 Subject: [PATCH] add comment for failure --- acceptance/telemetry/upload-skipped/script | 2 ++ 1 file changed, 2 insertions(+) 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