mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-01 05:14:49 +00:00
Disable some too-slow mainnet preset fork choice tests
This commit is contained in:
parent
6852c5a1d0
commit
4f3637851c
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user