mirror of https://github.com/databricks/cli.git
(ci/cd debug) remove test skip condition for empty account id's for bind/undbind acceptance test
This commit is contained in:
parent
bcc5d6b985
commit
d789e48d07
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue