Commit 1ea60a7
fix: remove unnecessary Solana Docker setup from empty-config flaky test [CCIP-10960]
TestSetTokenTransferFeeConfig_EmptyConfigIsGracefullyHandled was initialising a
full Solana test environment (Docker validator container + network download of
.so program artifacts) that it never used. The changeset early-exits when
InputsByChain is empty, so no chain interaction ever occurs. The Docker/network
setup was the sole source of non-determinism.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 29b3d15 commit 1ea60a7
1 file changed
Lines changed: 3 additions & 2 deletions
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
285 | 288 | | |
286 | | - | |
287 | 289 | | |
288 | | - | |
289 | 290 | | |
290 | 291 | | |
291 | 292 | | |
| |||
0 commit comments