We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f596c83 commit 73b6886Copy full SHA for 73b6886
.github/workflows/scripts/run_rpc_tests_ethereum_latest.sh
@@ -10,10 +10,9 @@ REFERENCE_HOST="$3"
10
11
# Disabled tests for Ethereum mainnet
12
DISABLED_TEST_LIST=(
13
- #disbale temporaryy to be investigates
14
- debug_traceBlockByNumber/test_30.json
15
-
+ debug_traceBlockByNumber/test_30.json # huge JSON response => slow diff
16
debug_traceCall/test_22.json
+ debug_traceCall/test_38.json # see https://github.com/erigontech/erigon-qa/issues/274
17
debug_traceCallMany
18
erigon_
19
eth_callBundle
0 commit comments