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,11 +1,9 @@
#![cfg(not(debug_assertions))]
#[macro_use]
extern crate lazy_static;
use beacon_chain::sync_committee_verification::Error as SyncCommitteeError;
use beacon_chain::test_utils::{BeaconChainHarness, EphemeralHarnessType, RelativeSyncCommittee};
use int_to_bytes::int_to_bytes32;
use lazy_static::lazy_static;
use safe_arith::SafeArith;
use store::{SignedContributionAndProof, SyncCommitteeMessage};
use tree_hash::TreeHash;