Skip to content

Commit

Permalink
tests: temporarily disable fork choice harness test
Browse files Browse the repository at this point in the history
See #447
  • Loading branch information
michaelsproul committed Jul 25, 2019
1 parent 531ce00 commit 1a3717f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions beacon_node/beacon_chain/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ fn get_harness(validator_count: usize) -> BeaconChainHarness<TestForkChoice, Min
harness
}

// FIXME: https://github.com/sigp/lighthouse/issues/447
#[test]
#[ignored]
fn fork() {
let harness = get_harness(VALIDATOR_COUNT);

Expand Down

0 comments on commit 1a3717f

Please sign in to comment.