From e26f2c82d7321ed615e5ce984a891ea051abab4e Mon Sep 17 00:00:00 2001 From: Piers Powlesland Date: Wed, 18 Dec 2024 17:39:15 +0000 Subject: [PATCH] Revert "Skipped new tests during rebase" This reverts commit d981efbedcc8c247887aaaeb93dd673d3a48785f. --- eth/catalyst/api_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/eth/catalyst/api_test.go b/eth/catalyst/api_test.go index f1af881214..665661cf14 100644 --- a/eth/catalyst/api_test.go +++ b/eth/catalyst/api_test.go @@ -1382,7 +1382,6 @@ func allBodies(blocks []*types.Block) []*types.Body { } func TestGetBlockBodiesByHash(t *testing.T) { - t.Skip("Skipped during rebase. Fix by setting gas limit or https://github.com/celo-org/celo-blockchain-planning/issues/588.") node, eth, blocks := setupBodies(t) api := NewConsensusAPI(eth) defer node.Close() @@ -1439,7 +1438,6 @@ func TestGetBlockBodiesByHash(t *testing.T) { } func TestGetBlockBodiesByRange(t *testing.T) { - t.Skip("Skipped during rebase. Fix by setting gas limit or https://github.com/celo-org/celo-blockchain-planning/issues/588.") node, eth, blocks := setupBodies(t) api := NewConsensusAPI(eth) defer node.Close()