Skip to content

fix(test): SKIP_PLATFORM for the POSIX-only recovery guard#931

Merged
DeusData merged 1 commit into
mainfrom
fix/no-skips-gate
Jul 7, 2026
Merged

fix(test): SKIP_PLATFORM for the POSIX-only recovery guard#931
DeusData merged 1 commit into
mainfrom
fix/no-skips-gate

Conversation

@DeusData

@DeusData DeusData commented Jul 7, 2026

Copy link
Copy Markdown
Owner

Follow-up to #930: the no-skips lint gate forbids bare SKIP(); the new parallel-recovery guard is genuinely POSIX-only (fork harness; Windows covered by smoke invariants) — switched to SKIP_PLATFORM like the neighboring supervisor guards. Gate verified green locally.

The no-skips lint gate forbids bare SKIP(); the parallel-recovery guard
is genuinely platform-specific (POSIX fork harness — Windows coverage
comes from the smoke invariants), so it uses SKIP_PLATFORM like the
neighboring supervisor guards.

Signed-off-by: Martin Vogel <martin.vogel.tech@gmail.com>
@DeusData DeusData merged commit 3d8d2c1 into main Jul 7, 2026
15 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant