From 1996d3f824ef52c6a9f0715fd171e4285ee4ab81 Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Mon, 3 Mar 2025 19:29:19 +0100 Subject: [PATCH] do not run on cloud --- acceptance/bundle/exec/no-auth/script | 4 ++-- acceptance/bundle/exec/test.toml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 acceptance/bundle/exec/test.toml diff --git a/acceptance/bundle/exec/no-auth/script b/acceptance/bundle/exec/no-auth/script index 93715d448..0378ab266 100644 --- a/acceptance/bundle/exec/no-auth/script +++ b/acceptance/bundle/exec/no-auth/script @@ -1,5 +1,5 @@ -export DATABRICKS_HOST="" -export DATABRICKS_TOKEN="" +unset DATABRICKS_HOST +unset DATABRICKS_TOKEN # Confirm that bundle exec works for commands that do not require authentication, # even if authentication is not provided. diff --git a/acceptance/bundle/exec/test.toml b/acceptance/bundle/exec/test.toml new file mode 100644 index 000000000..4564a92fe --- /dev/null +++ b/acceptance/bundle/exec/test.toml @@ -0,0 +1,2 @@ +Cloud = false +Local = true