Skip to content

Commit

Permalink
Revert "Skipped new tests during rebase"
Browse files Browse the repository at this point in the history
This reverts commit d981efb.
  • Loading branch information
piersy committed Dec 18, 2024
1 parent ef4bd10 commit e26f2c8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions eth/catalyst/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down Expand Up @@ -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()
Expand Down

0 comments on commit e26f2c8

Please sign in to comment.