Skip to content

Commit

Permalink
qa-tests: disable failing test (#12684)
Browse files Browse the repository at this point in the history
Temporarily disable debug_storageRangeAt/test_11.json broken by
#12642
  • Loading branch information
mriccobene authored Nov 8, 2024
1 parent a0e41e1 commit 917e8f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/scripts/run_rpc_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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[*]}")
Expand Down

0 comments on commit 917e8f8

Please sign in to comment.