tests: remove unnecessary ignores

This commit is contained in:
MariusVanDerWijden 2025-09-18 14:31:08 +02:00
parent a013a60b81
commit 17a3a4672e

View file

@ -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) {