(ci/cd debug) remove test skip condition for empty account id's for bind/undbind acceptance test

This commit is contained in:
Anton Nekipelov 2025-03-07 10:08:13 +01:00
parent bcc5d6b985
commit d789e48d07
1 changed files with 0 additions and 3 deletions

View File

@ -229,9 +229,6 @@ func runTest(t *testing.T, dir, coverDir string, repls testdiff.ReplacementsCont
if os.Getenv("TEST_METASTORE_ID") == "" { if os.Getenv("TEST_METASTORE_ID") == "" {
t.Skipf("Skipping on non-UC workspaces") t.Skipf("Skipping on non-UC workspaces")
} }
if os.Getenv("DATABRICKS_ACCOUNT_ID") != "" {
t.Skipf("Skipping on accounts")
}
} }
var tmpDir string var tmpDir string