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:
Paul Hauner
2019-02-05 12:29:08 +11:00
parent ade2460377
commit 449312d95c

View File

@@ -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;