mirror of https://github.com/databricks/cli.git
Enable TestBundleInitOnMlopsStacks (#2072)
## Changes This test was broken due to upstream change: https://github.com/databricks/mlops-stacks/pull/187 Fixed in upstream change: https://github.com/databricks/mlops-stacks/pull/188 ## Tests Test passes now
This commit is contained in:
parent
8e8399da83
commit
9abb11decb
|
@ -39,8 +39,6 @@ func TestBundleInitErrorOnUnknownFields(t *testing.T) {
|
|||
// make changes that can break the MLOps Stacks DAB. In which case we should
|
||||
// skip this test until the MLOps Stacks DAB is updated to work again.
|
||||
func TestBundleInitOnMlopsStacks(t *testing.T) {
|
||||
testutil.SkipUntil(t, "2025-01-09")
|
||||
|
||||
ctx, wt := acc.WorkspaceTest(t)
|
||||
w := wt.W
|
||||
|
||||
|
|
Loading…
Reference in New Issue