Skip to content

Commit 0b6416c

Browse files
Re-disable block verification tests in debug (#5155)
* Re-disable block verification tests in debug
1 parent 1d4ee5d commit 0b6416c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beacon_node/beacon_chain/tests/block_verification.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// #![cfg(not(debug_assertions))]
1+
#![cfg(not(debug_assertions))]
22

33
use beacon_chain::block_verification_types::{AsBlock, ExecutedBlock, RpcBlock};
44
use beacon_chain::{

0 commit comments

Comments
 (0)