Disable autotests for beacon_chain (#2658)

This commit is contained in:
Paul Hauner
2021-10-02 05:57:50 +10:00
parent 471cf10392
commit 801f6f7425
8 changed files with 18 additions and 18 deletions

View File

@@ -1,8 +1,5 @@
#![cfg(not(debug_assertions))]
#[macro_use]
extern crate lazy_static;
use beacon_chain::{
attestation_verification::Error as AttnError,
test_utils::{
@@ -11,6 +8,7 @@ use beacon_chain::{
},
StateSkipConfig, WhenSlotSkipped,
};
use lazy_static::lazy_static;
use operation_pool::PersistedOperationPool;
use state_processing::{
per_slot_processing, per_slot_processing::Error as SlotProcessingError, EpochProcessingError,