From d789e48d07b1e8f75eca2ac2da49cc74b7b78211 Mon Sep 17 00:00:00 2001 From: Anton Nekipelov <226657+anton-107@users.noreply.github.com> Date: Fri, 7 Mar 2025 10:08:13 +0100 Subject: [PATCH] (ci/cd debug) remove test skip condition for empty account id's for bind/undbind acceptance test --- acceptance/acceptance_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/acceptance/acceptance_test.go b/acceptance/acceptance_test.go index 25603ef49..1a903b802 100644 --- a/acceptance/acceptance_test.go +++ b/acceptance/acceptance_test.go @@ -229,9 +229,6 @@ func runTest(t *testing.T, dir, coverDir string, repls testdiff.ReplacementsCont if os.Getenv("TEST_METASTORE_ID") == "" { t.Skipf("Skipping on non-UC workspaces") } - if os.Getenv("DATABRICKS_ACCOUNT_ID") != "" { - t.Skipf("Skipping on accounts") - } } var tmpDir string