Skip to content

Commit 73b6886

Browse files
authored
qa_tests: disable debug_traceCall flaky test 38 (#17143)
1 parent f596c83 commit 73b6886

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/scripts/run_rpc_tests_ethereum_latest.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ REFERENCE_HOST="$3"
1010

1111
# Disabled tests for Ethereum mainnet
1212
DISABLED_TEST_LIST=(
13-
#disbale temporaryy to be investigates
14-
debug_traceBlockByNumber/test_30.json
15-
13+
debug_traceBlockByNumber/test_30.json # huge JSON response => slow diff
1614
debug_traceCall/test_22.json
15+
debug_traceCall/test_38.json # see https://github.com/erigontech/erigon-qa/issues/274
1716
debug_traceCallMany
1817
erigon_
1918
eth_callBundle

0 commit comments

Comments
 (0)