Skip to content

Commit 538ac77

Browse files
authored
Acc: disable app-with-job on direct-exp (#3776)
## Why <!-- Why are these changes needed? Provide the context that the reviewer might be missing. For example, were there any decisions behind the change that are not reflected in the code itself? --> The test is currently failing in the nightly workflow and direct-exp engine is not released yet.
1 parent 6145144 commit 538ac77

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

acceptance/bundle/run/app-with-job/out.test.toml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

acceptance/bundle/run/app-with-job/test.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ Ignore = [
1313
'databricks.yml',
1414
]
1515

16+
# As of Oct 16 2025 this test is failing on direct-exp engine - timing out on trying to stop the app
17+
EnvMatrix.DATABRICKS_BUNDLE_ENGINE = ["terraform"]
18+
1619
[Env]
1720
# MSYS2 automatically converts absolute paths like /Users/$username/$UNIQUE_NAME to
1821
# C:/Program Files/Git/Users/$username/UNIQUE_NAME before passing it to the CLI

0 commit comments

Comments
 (0)