eth/catalyst: enable some commented-out testcases (#29073)
This commit is contained in:
parent
26724fc2aa
commit
edffacca8f
@ -262,11 +262,8 @@ func TestInvalidPayloadTimestamp(t *testing.T) {
|
|||||||
{0, true},
|
{0, true},
|
||||||
{parent.Time, true},
|
{parent.Time, true},
|
||||||
{parent.Time - 1, true},
|
{parent.Time - 1, true},
|
||||||
|
{parent.Time + 1, false},
|
||||||
// TODO (MariusVanDerWijden) following tests are currently broken,
|
{uint64(time.Now().Unix()) + uint64(time.Minute), false},
|
||||||
// fixed in upcoming merge-kiln-v2 pr
|
|
||||||
//{parent.Time() + 1, false},
|
|
||||||
//{uint64(time.Now().Unix()) + uint64(time.Minute), false},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
for i, test := range tests {
|
for i, test := range tests {
|
||||||
|
Loading…
Reference in New Issue
Block a user