Re-disable block verification tests in debug (#5155)

* Re-disable block verification tests in debug
This commit is contained in:
Michael Sproul 2024-02-01 19:35:10 +11:00 committed by GitHub
parent 1d4ee5d150
commit 0b6416c444
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
// #![cfg(not(debug_assertions))]
#![cfg(not(debug_assertions))]
use beacon_chain::block_verification_types::{AsBlock, ExecutedBlock, RpcBlock};
use beacon_chain::{