Commit 2578709
committed
fix: the Cloud live run stops collecting the Service Management suites
`vitest.config.live.ts` globs everything under tests/live and excluded tests/live/server for exactly this reason —
those need a container brought up first, under their own config and their own global setup. tests/live/jsm needed
the same line and did not get it, so the Cloud run collected thirty-four tests whose fixtures this run's global setup
never provides and which failed on `undefined`.
The comment now names the rule rather than the one directory, so the next self-hosted surface is not a third
instance of this.1 parent 53ff06b commit 2578709
1 file changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | | - | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
| |||
0 commit comments