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,10 +1,8 @@
#![cfg(not(debug_assertions))]
#[macro_use]
extern crate lazy_static;
use beacon_chain::test_utils::{AttestationStrategy, BeaconChainHarness, BlockStrategy};
use beacon_chain::{StateSkipConfig, WhenSlotSkipped};
use lazy_static::lazy_static;
use tree_hash::TreeHash;
use types::{AggregateSignature, EthSpec, Keypair, MainnetEthSpec, RelativeEpoch, Slot};