From 0b6416c4447fdc2ae1ee2e6cd5e6b9feea277630 Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Thu, 1 Feb 2024 19:35:10 +1100 Subject: [PATCH] Re-disable block verification tests in debug (#5155) * Re-disable block verification tests in debug --- beacon_node/beacon_chain/tests/block_verification.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon_node/beacon_chain/tests/block_verification.rs b/beacon_node/beacon_chain/tests/block_verification.rs index 541e97436..9b89ee094 100644 --- a/beacon_node/beacon_chain/tests/block_verification.rs +++ b/beacon_node/beacon_chain/tests/block_verification.rs @@ -1,4 +1,4 @@ -// #![cfg(not(debug_assertions))] +#![cfg(not(debug_assertions))] use beacon_chain::block_verification_types::{AsBlock, ExecutedBlock, RpcBlock}; use beacon_chain::{