From 3c802072901c875579b27ed95cb599a45978f113 Mon Sep 17 00:00:00 2001 From: realbigsean Date: Wed, 13 Jul 2022 10:04:43 -0400 Subject: [PATCH] Update testing/ef_tests/src/cases/fork_choice.rs Co-authored-by: Paul Hauner --- testing/ef_tests/src/cases/fork_choice.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/ef_tests/src/cases/fork_choice.rs b/testing/ef_tests/src/cases/fork_choice.rs index 8b548ae0ae0..877d10410c7 100644 --- a/testing/ef_tests/src/cases/fork_choice.rs +++ b/testing/ef_tests/src/cases/fork_choice.rs @@ -165,7 +165,7 @@ impl Case for ForkChoiceTest { // 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);