Commit c708c02
fix(sources): let the proxy-check child skip when run outside its parent
CI runs every #[ignore]d test wholesale as its integration pass
(nextest run -- --ignored), so the subprocess child landed in that run
without the proxy variables its parent injects, and its sentinel
assertion failed the job. Absent proxy variables there is nothing to
check: skip with a note instead of failing. The parent still always sets
the variables, and its "1 passed" assertion keeps the real run from ever
being the skipped arm.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 0f3563f commit c708c02
1 file changed
Lines changed: 14 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1105 | 1105 | | |
1106 | 1106 | | |
1107 | 1107 | | |
1108 | | - | |
1109 | | - | |
1110 | | - | |
1111 | | - | |
1112 | | - | |
| 1108 | + | |
| 1109 | + | |
| 1110 | + | |
| 1111 | + | |
| 1112 | + | |
| 1113 | + | |
| 1114 | + | |
| 1115 | + | |
| 1116 | + | |
| 1117 | + | |
| 1118 | + | |
| 1119 | + | |
| 1120 | + | |
| 1121 | + | |
1113 | 1122 | | |
1114 | 1123 | | |
1115 | 1124 | | |
| |||
0 commit comments