Skip to content

Commit a461f8a

Browse files
authored
rpcdaemon: enable debug_traceCallMany tests (#2620)
1 parent 0b7b3b9 commit a461f8a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/rpc-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Checkout RPC Tests Repository & Install Requirements
3434
run: |
3535
rm -rf ${{runner.workspace}}/rpc-tests
36-
git -c advice.detachedHead=false clone --depth 1 --branch v1.30.0 https://github.com/erigontech/rpc-tests ${{runner.workspace}}/rpc-tests
36+
git -c advice.detachedHead=false clone --depth 1 --branch v1.31.0 https://github.com/erigontech/rpc-tests ${{runner.workspace}}/rpc-tests
3737
cd ${{runner.workspace}}/rpc-tests
3838
pip3 install -r requirements.txt --break-system-packages
3939

.github/workflows/run_integration_tests.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ debug_traceBlockByNumber/test_10,\
2929
debug_traceBlockByNumber/test_11,\
3030
debug_traceBlockByNumber/test_12,\
3131
debug_traceBlockByNumber/test_21,\
32-
debug_traceCallMany/test_07,\
33-
debug_traceCallMany/test_09,\
3432
debug_traceTransaction/test_25.json,\
3533
debug_traceTransaction/test_36.json,\
3634
debug_traceTransaction/test_43.json,\

0 commit comments

Comments
 (0)