Commit 4358d02
committed
test: hard-fail Sepolia stop-loss test when prereqs missing
Revert the t.Skipf change from the previous commit and additionally
convert the existing OWNER_EOA t.Skip to a require.True. Integration
tests that cannot run because env vars or wallet funding are missing
should fail loudly so the gap gets fixed, not be silently skipped.
The testing.Short() guard at the top stays - that is a deliberate
fast-mode opt-out, not a missing-prereq skip.1 parent 88e9139 commit 4358d02
1 file changed
Lines changed: 3 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
50 | | - | |
| 48 | + | |
51 | 49 | | |
52 | 50 | | |
53 | 51 | | |
| |||
67 | 65 | | |
68 | 66 | | |
69 | 67 | | |
70 | | - | |
71 | | - | |
72 | | - | |
| 68 | + | |
| 69 | + | |
73 | 70 | | |
74 | 71 | | |
75 | 72 | | |
| |||
0 commit comments