Skip to content

Commit

Permalink
Merge pull request #2704 from ethereum/disable-too-slow-fork-choice-t…
Browse files Browse the repository at this point in the history
…ests

Disable some too-slow mainnet preset fork choice tests
  • Loading branch information
djrtwo committed Nov 1, 2021
2 parents 7d411a2 + 4f36378 commit 7a5eec3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,7 @@ def test_new_justified_is_later_than_store_justified(spec, state):

@with_all_phases
@spec_state_test
@with_presets([MINIMAL], reason="too slow")
def test_new_finalized_slot_is_not_justified_checkpoint_ancestor(spec, state):
"""
J: Justified
Expand Down Expand Up @@ -641,6 +642,7 @@ def test_new_finalized_slot_is_not_justified_checkpoint_ancestor(spec, state):

@with_all_phases
@spec_state_test
@with_presets([MINIMAL], reason="too slow")
def test_new_finalized_slot_is_justified_checkpoint_ancestor(spec, state):
"""
J: Justified
Expand Down

0 comments on commit 7a5eec3

Please sign in to comment.