Merge pull request #2704 from ethereum/disable-too-slow-fork-choice-tests

Disable some too-slow mainnet preset fork choice tests
This commit is contained in:
Danny Ryan 2021-11-01 12:23:23 -06:00 committed by GitHub
commit 7a5eec3c5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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