require --no-os-network-limits-test to bypass failed network limit checks (#22617)

This commit is contained in:
Jeff Biseda
2022-02-14 07:48:30 -08:00
committed by GitHub
parent d6927365ed
commit d15d495f17
2 changed files with 2 additions and 0 deletions

View File

@ -113,6 +113,7 @@ args=(
--snapshot-compression none
--require-tower
--no-wait-for-vote-to-start-leader
--no-os-network-limits-test
)
# shellcheck disable=SC2086
solana-validator "${args[@]}" $SOLANA_RUN_SH_VALIDATOR_ARGS &