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()