mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-16 16:38:07 +00:00
rm i386 test_blockchain_dag workaround (#5356)
This commit is contained in:
parent
8ff0f623b4
commit
ff87ee9181
@ -279,9 +279,6 @@ suite "Block pool processing" & preset():
|
|||||||
tmpState[].latest_block_root == b1Add[].parent.root
|
tmpState[].latest_block_root == b1Add[].parent.root
|
||||||
getStateField(tmpState[], slot) == b1Add[].parent.slot
|
getStateField(tmpState[], slot) == b1Add[].parent.slot
|
||||||
|
|
||||||
when declared(GC_fullCollect): # i386 test machines seem to run low..
|
|
||||||
GC_fullCollect()
|
|
||||||
|
|
||||||
suite "Block pool altair processing" & preset():
|
suite "Block pool altair processing" & preset():
|
||||||
setup:
|
setup:
|
||||||
let rng = HmacDrbgContext.new()
|
let rng = HmacDrbgContext.new()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user