mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 05:06:43 +00:00
tests: remove unnecessary ignores
This commit is contained in:
parent
a013a60b81
commit
17a3a4672e
1 changed files with 0 additions and 2 deletions
|
|
@ -82,9 +82,7 @@ func TestExecutionSpecBlocktests(t *testing.T) {
|
|||
bt := new(testMatcher)
|
||||
|
||||
// These tests require us to handle scenarios where a system contract is not deployed at a fork
|
||||
bt.skipLoad(".*prague/eip7251_consolidations/contract_deployment/test_system_contract_deployment.json")
|
||||
bt.skipLoad(".*prague/eip7251_consolidations/test_system_contract_deployment.json")
|
||||
bt.skipLoad(".*prague/eip7002_el_triggerable_withdrawals/contract_deployment/test_system_contract_deployment.json")
|
||||
bt.skipLoad(".*prague/eip7002_el_triggerable_withdrawals/test_system_contract_deployment.json")
|
||||
|
||||
bt.walk(t, executionSpecBlockchainTestDir, func(t *testing.T, name string, test *BlockTest) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue