rm i386 test_blockchain_dag workaround (#5356)

This commit is contained in:
tersec 2023-08-25 15:24:56 +00:00 committed by GitHub
parent 8ff0f623b4
commit ff87ee9181
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -279,9 +279,6 @@ suite "Block pool processing" & preset():
tmpState[].latest_block_root == b1Add[].parent.root
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():
setup:
let rng = HmacDrbgContext.new()