Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaRedHand committed Jan 23, 2024
1 parent b59e5cd commit de53198
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/integration/fork_choice/handlers_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ defmodule Integration.ForkChoice.HandlersTest do

@tag :skip
test "multiple on_block w/data from DB" do
# NOTE: this test requires a DB with a state, and blocks for the state's slot and the next slot.
# It also needs `slot` to be at the start of an epoch.
# WARN: sometimes fails with "OffsetOutOfBounds" errors. Re-run the test in those cases.
# NOTE: this test requires a DB with the initial state and all blocks in the given range.
# It assumes missing blocks to be empty slots. It also needs `slot` to be at the start of an epoch.
start_slot = 4_191_040
count = 100
end_slot = start_slot + count
Expand Down

0 comments on commit de53198

Please sign in to comment.