Skip to content

Commit

Permalink
qa-tests: bump rpc-tests version and re-enable previously incompatibl…
Browse files Browse the repository at this point in the history
…e tests (#13691)
  • Loading branch information
lupin012 authored Feb 5, 2025
1 parent 8e4d8b7 commit 972a034
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qa-rpc-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Checkout RPC Tests Repository & Install Requirements
run: |
rm -rf ${{ runner.workspace }}/rpc-tests
git -c advice.detachedHead=false clone --depth 1 --branch v1_38_0_remove_total_difficulty https://github.com/erigontech/rpc-tests ${{runner.workspace}}/rpc-tests
git -c advice.detachedHead=false clone --depth 1 --branch v1.41.0 https://github.com/erigontech/rpc-tests ${{runner.workspace}}/rpc-tests
cd ${{ runner.workspace }}/rpc-tests
pip3 install -r requirements.txt
Expand Down
13 changes: 0 additions & 13 deletions .github/workflows/scripts/run_rpc_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,6 @@ set +e # Disable exit on error
disabled_tests=(
# Failing after the PR https://github.com/erigontech/erigon/pull/13617 that fixed this incompatibility
# issues https://hive.pectra-devnet-5.ethpandaops.io/suite.html?suiteid=1738266984-51ae1a2f376e5de5e9ba68f034f80e32.json&suitename=rpc-compat
eth_createAccessList/test_07.json
eth_createAccessList/test_08.json
eth_createAccessList/test_09.json
eth_createAccessList/test_10.json
eth_createAccessList/test_12.json
eth_createAccessList/test_14.json
eth_createAccessList/test_17.json
eth_getStorageAt/test_01.json
eth_getStorageAt/test_02.json
eth_getStorageAt/test_03.json
eth_getStorageAt/test_04.json
eth_getStorageAt/test_05.json
eth_getStorageAt/test_06.json
net_listening/test_1.json
# Erigon2 and Erigon3 never supported this api methods
trace_rawTransaction
Expand Down

0 comments on commit 972a034

Please sign in to comment.