Disable some too-slow mainnet preset fork choice tests

This commit is contained in:
Hsiao-Wei Wang 2021-10-19 00:54:29 +08:00
parent 6852c5a1d0
commit 4f3637851c
No known key found for this signature in database
GPG Key ID: 1111A8A81778319E

View File

@ -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
@ -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