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;
|
use types::ChainSpec;
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[ignore]
|
||||||
fn it_can_build_on_genesis_block() {
|
fn it_can_build_on_genesis_block() {
|
||||||
let mut spec = ChainSpec::foundation();
|
let mut spec = ChainSpec::foundation();
|
||||||
spec.genesis_slot = spec.epoch_length * 8;
|
spec.genesis_slot = spec.epoch_length * 8;
|
||||||
|
Loading…
Reference in New Issue
Block a user