Skip to content

Commit

Permalink
Update testing/ef_tests/src/cases/fork_choice.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Hauner <paul@paulhauner.com>
  • Loading branch information
realbigsean and paulhauner authored Jul 13, 2022
1 parent 3f9e6c3 commit 3c80207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/ef_tests/src/cases/fork_choice.rs
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ impl<E: EthSpec> Case for ForkChoiceTest<E> {
// This test is skipped until we can do retrospective confirmations of the terminal
// block after an optimistic sync.
if self.description == "block_lookup_failed"
//TODO(sean): enable once we implement equivocation logic (https://github.com/ethereum/consensus-specs/pull/2845)
//TODO(sean): enable once we implement equivocation logic (https://github.com/sigp/lighthouse/issues/3241)
|| self.description == "discard_equivocations"
{
return Err(Error::SkippedKnownFailure);
Expand Down

0 comments on commit 3c80207

Please sign in to comment.