Skip to content

Commit

Permalink
Re-disable block verification tests in debug (#5155)
Browse files Browse the repository at this point in the history
* Re-disable block verification tests in debug
  • Loading branch information
michaelsproul authored Feb 1, 2024
1 parent 1d4ee5d commit 0b6416c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon_node/beacon_chain/tests/block_verification.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// #![cfg(not(debug_assertions))]
#![cfg(not(debug_assertions))]

use beacon_chain::block_verification_types::{AsBlock, ExecutedBlock, RpcBlock};
use beacon_chain::{
Expand Down

0 comments on commit 0b6416c

Please sign in to comment.