Commit 49f467c
fix(test): drop the vm.skip restore, out of scope and static-gated
259b32f restored `vm.skip(true)` on an unreachable soldeer registry, on the
grounds that the "rs-static no-skip gate" cited for its removal does not exist
(`rainix-rs-static` is `cargo fmt --all -- --check` plus `cargo clippy
--all-targets --all-features` and reads no Solidity — verified locally, exit 0).
That was right about `rs-static` and wrong about the conclusion: `rainix-sol /
static / static` went FAILURE at 259b32f having not been failing at 8bc1cf7,
and the vm.skip restore is the only edit in 259b32f a Solidity static gate
could flag (the rest is markdown and doc comments; `forge fmt --check` is
clean). The gate is real, it just lives in the sol job rather than the rust
one. It is also outside this send-back's scope, which is the deploy lifecycle.
So the non-run is reported as a pass again, with the hazard named in the
comment rather than dressed up: a green run proves the suites are complete only
when the registry was actually reachable.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent 259b32f commit 49f467c
1 file changed
Lines changed: 7 additions & 6 deletions
Lines changed: 7 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | | - | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
0 commit comments