diff --git a/acceptance/bundle/integration_whl/wrapper/out.test.toml b/acceptance/bundle/integration_whl/wrapper/out.test.toml index f82a2ac448..44a1a2186a 100644 --- a/acceptance/bundle/integration_whl/wrapper/out.test.toml +++ b/acceptance/bundle/integration_whl/wrapper/out.test.toml @@ -1,5 +1,6 @@ Local = true Cloud = true CloudSlow = true +CloudEnvs.aws = false CloudEnvs.gcp = false EnvMatrix.DATABRICKS_BUNDLE_ENGINE = ["terraform", "direct"] diff --git a/acceptance/bundle/integration_whl/wrapper/test.toml b/acceptance/bundle/integration_whl/wrapper/test.toml index 6fd2fa8b3b..36ac5011b6 100644 --- a/acceptance/bundle/integration_whl/wrapper/test.toml +++ b/acceptance/bundle/integration_whl/wrapper/test.toml @@ -1,2 +1,7 @@ -# Temporarily disabling due to DBR release breakage. +# This test exercises the trampoline workaround for DBR <13.1 (PR #635), which +# requires booking a cluster on Spark 12.2.x-scala2.12. The AWS test workspaces +# have legacy access disabled, so 12.2.x is rejected with INVALID_PARAMETER_VALUE +# ("legacy access is disabled in your workspace. Please use Databricks Runtime +# 13.3 LTS or above"). GCP was previously disabled due to a DBR release breakage. +CloudEnvs.aws = false CloudEnvs.gcp = false diff --git a/acceptance/bundle/integration_whl/wrapper_custom_params/out.test.toml b/acceptance/bundle/integration_whl/wrapper_custom_params/out.test.toml index f82a2ac448..44a1a2186a 100644 --- a/acceptance/bundle/integration_whl/wrapper_custom_params/out.test.toml +++ b/acceptance/bundle/integration_whl/wrapper_custom_params/out.test.toml @@ -1,5 +1,6 @@ Local = true Cloud = true CloudSlow = true +CloudEnvs.aws = false CloudEnvs.gcp = false EnvMatrix.DATABRICKS_BUNDLE_ENGINE = ["terraform", "direct"] diff --git a/acceptance/bundle/integration_whl/wrapper_custom_params/test.toml b/acceptance/bundle/integration_whl/wrapper_custom_params/test.toml index 6fd2fa8b3b..36ac5011b6 100644 --- a/acceptance/bundle/integration_whl/wrapper_custom_params/test.toml +++ b/acceptance/bundle/integration_whl/wrapper_custom_params/test.toml @@ -1,2 +1,7 @@ -# Temporarily disabling due to DBR release breakage. +# This test exercises the trampoline workaround for DBR <13.1 (PR #635), which +# requires booking a cluster on Spark 12.2.x-scala2.12. The AWS test workspaces +# have legacy access disabled, so 12.2.x is rejected with INVALID_PARAMETER_VALUE +# ("legacy access is disabled in your workspace. Please use Databricks Runtime +# 13.3 LTS or above"). GCP was previously disabled due to a DBR release breakage. +CloudEnvs.aws = false CloudEnvs.gcp = false