Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qa-tests: disable failing test #12684

Merged
merged 1 commit into from
Nov 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading