diff --git a/.github/workflows/scripts/run_rpc_tests.sh b/.github/workflows/scripts/run_rpc_tests.sh index 2f49e5fed68..878cd6b15a0 100755 --- a/.github/workflows/scripts/run_rpc_tests.sh +++ b/.github/workflows/scripts/run_rpc_tests.sh @@ -66,7 +66,9 @@ disabled_tests=( net_peerCount/test_1.json net_version/test_1.json txpool_status/test_1.json - web3_clientVersion/test_1.json) + web3_clientVersion/test_1.json + # broken by https://github.com/erigontech/erigon/pull/12642 (@AskAlexSharov will fix) + debug_storageRangeAt/test_11.json) # Transform the array into a comma-separated string disabled_test_list=$(IFS=,; echo "${disabled_tests[*]}")