Skip to content

Commit 8689a77

Browse files
authored
acc: Temporarily disable run-local-node test (#3486)
## Changes Temporarily disable the run-local-node test ## Why Currently it's flaky, the reason is unknown ## Tests <!-- How have you tested the changes? --> <!-- If your PR needs to be included in the release notes for next release, add a separate entry in NEXT_CHANGELOG.md as part of your PR. -->
1 parent 3cdaa75 commit 8689a77

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

acceptance/cmd/workspace/apps/run-local-node/out.test.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Local = true
1+
Local = false
22
Cloud = false
33

44
[EnvMatrix]

acceptance/cmd/workspace/apps/run-local-node/test.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Temporarily disabled due to the flakiness like here https://github.com/databricks/cli/actions/runs/17234131593/job/48894892423
2+
Cloud = false
3+
Local = false
14
RecordRequests = false
25
Timeout = '2m'
36
TimeoutWindows = '10m'

0 commit comments

Comments
 (0)