Skip to content

Commit

Permalink
eth/catalyst: enable some commented-out testcases   (ethereum#29073)
Browse files Browse the repository at this point in the history
  • Loading branch information
cuiweixie committed Feb 26, 2024
1 parent 26724fc commit edffacc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions eth/catalyst/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,11 +262,8 @@ func TestInvalidPayloadTimestamp(t *testing.T) {
{0, true},
{parent.Time, true},
{parent.Time - 1, true},

// TODO (MariusVanDerWijden) following tests are currently broken,
// fixed in upcoming merge-kiln-v2 pr
//{parent.Time() + 1, false},
//{uint64(time.Now().Unix()) + uint64(time.Minute), false},
{parent.Time + 1, false},
{uint64(time.Now().Unix()) + uint64(time.Minute), false},
}

for i, test := range tests {
Expand Down

0 comments on commit edffacc

Please sign in to comment.