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

@@ -2,13 +2,11 @@
#![cfg(not(debug_assertions))]
#[macro_use]
extern crate lazy_static;
use beacon_chain::observed_operations::ObservationOutcome;
use beacon_chain::test_utils::{
test_spec, AttestationStrategy, BeaconChainHarness, BlockStrategy, DiskHarnessType,
};
use lazy_static::lazy_static;
use sloggers::{null::NullLoggerBuilder, Build};
use std::sync::Arc;
use store::{LevelDB, StoreConfig};