Skip to content

Commit

Permalink
Ignore test for light/evidence: handle FLA backport (#6331)
Browse files Browse the repository at this point in the history
  • Loading branch information
tnasu committed Dec 23, 2021
1 parent 1d47c8b commit 433f0cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions light/detector_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ func TestLightClientAttackEvidence_Equivocation(t *testing.T) {
}

func TestLightClientAttackEvidence_ForwardLunatic(t *testing.T) {
t.Skip("Voter selection in Ostracon only supports sequential verification mode, " +
"but Ostracon has a few test case for skipping mode.")
// primary performs a lunatic attack but changes the time of the header to
// something in the future relative to the blockchain
var (
Expand Down

0 comments on commit 433f0cb

Please sign in to comment.