Skip to content

Commit

Permalink
qa-tests: disable failing rpc tests from 2.61 (#13803)
Browse files Browse the repository at this point in the history
Diable test that are failing due to:
- Pectra changes (eth_feeHistory)
- totalDifficulty removal (eth_getBlockByHash, eth_getBlockByNumber)
  • Loading branch information
mriccobene authored Feb 14, 2025
1 parent deaa32d commit bad5fca
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .github/workflows/qa-rpc-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,25 @@ jobs:
admin_peers/test_01.json,\
eth_getWork/test_01.json,\
eth_mining/test_01.json,\
eth_protocolVersion/test_1.json
eth_protocolVersion/test_1.json,\
eth_feeHistory,\
eth_getBlockByNumber/test_01.json,\
eth_getBlockByNumber/test_02.json,\
eth_getBlockByNumber/test_04.json,\
eth_getBlockByNumber/test_05.json,\
eth_getBlockByNumber/test_06.json,\
eth_getBlockByNumber/test_07.json,\
eth_getBlockByNumber/test_08.json,\
eth_getBlockByNumber/test_12.json,\
eth_getBlockByNumber/test_13.json,\
eth_getBlockByNumber/test_14.json,\
eth_getBlockByHash/test_01.json,\
eth_getBlockByHash/test_02.json,\
eth_getBlockByHash/test_05.json,\
eth_getBlockByHash/test_06.json,\
eth_getBlockByHash/test_07.json,\
eth_getBlockByHash/test_08.json,\
eth_getBlockByHash/test_09.json
# Capture test runner script exit status
test_exit_status=$?
Expand Down

0 comments on commit bad5fca

Please sign in to comment.