From 17a3a4672e4f72af9a8f340088ce70103e503b61 Mon Sep 17 00:00:00 2001 From: MariusVanDerWijden Date: Thu, 18 Sep 2025 14:31:08 +0200 Subject: [PATCH] tests: remove unnecessary ignores --- tests/block_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/block_test.go b/tests/block_test.go index 5664086f0e..c718b304b6 100644 --- a/tests/block_test.go +++ b/tests/block_test.go @@ -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) {