Skip to content

Commit 7b71d68

Browse files
authored
Disable acceptance/cmd/workspace/apps/run-local (#4765)
## Why It fails constantly for me, even my agent learned to ignore its failure. However, it still contributes to slower test suite.
1 parent 692886c commit 7b71d68

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

acceptance/cmd/workspace/apps/run-local/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/cmd/workspace/apps/run-local/test.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Cloud = false
2-
Local = true
2+
# This test uses fixed ports, so incompatible with parellel testing in different worktrees.
3+
# It's also very slow when it does work.
4+
Local = false
35
RecordRequests = false
46
Timeout = '2m'
57
TimeoutWindows = '10m'

0 commit comments

Comments
 (0)