Set all test_harness tests to ignore
They were taking too long, we'll need to build a different build cycle to cover these.
This commit is contained in:
parent
ade2460377
commit
449312d95c
@ -4,6 +4,7 @@ use test_harness::BeaconChainHarness;
|
||||
use types::ChainSpec;
|
||||
|
||||
#[test]
|
||||
#[ignore]
|
||||
fn it_can_build_on_genesis_block() {
|
||||
let mut spec = ChainSpec::foundation();
|
||||
spec.genesis_slot = spec.epoch_length * 8;
|
||||
|
Loading…
Reference in New Issue
Block a user