Skip to content

Commit ddc5160

Browse files
committed
Merge remote-tracking branch 'origin/develop' into HEAD
2 parents 39f9cdb + 0027024 commit ddc5160

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,6 @@ jobs:
107107
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
108108
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
109109
TURBO_REMOTE_ONLY: true
110-
# Several plugins declare pytest-xprocess as a dev dep but none use it.
111-
# Its pytest_terminal_summary hook was the last thing to print before
112-
# plugin-tests hung for 33 minutes in run 25234887145, so disable it
113-
# globally as a precaution. Safe: `-p no:NAME` is a no-op when NAME
114-
# isn't installed.
115-
PYTEST_ADDOPTS: "-p no:xprocess"
116110
steps:
117111
- uses: actions/checkout@v6
118112
with:
@@ -133,6 +127,9 @@ jobs:
133127
no-vision-deps: "true"
134128

135129
- name: Run plugin tests
130+
# Cap step well below the 60m job budget so a flaky plugin
131+
# (most recently plugin-shell rust PTY tests in run 25234887145)
132+
# fails fast instead of burning the whole job's wall clock.
136133
timeout-minutes: 35
137134
run: bun run test:plugins
138135

0 commit comments

Comments
 (0)