Disable MAINNET test_valid_signature_future_committee
This commit is contained in:
parent
c9de95541f
commit
d3c9eacd14
|
@ -284,6 +284,7 @@ def test_invalid_signature_previous_committee(spec, state):
|
||||||
@with_all_phases_except([PHASE0, PHASE1])
|
@with_all_phases_except([PHASE0, PHASE1])
|
||||||
@spec_state_test
|
@spec_state_test
|
||||||
@always_bls
|
@always_bls
|
||||||
|
@with_configs([MINIMAL], reason="too slow")
|
||||||
def test_valid_signature_future_committee(spec, state):
|
def test_valid_signature_future_committee(spec, state):
|
||||||
# NOTE: the `state` provided is at genesis and the process to select
|
# NOTE: the `state` provided is at genesis and the process to select
|
||||||
# sync committees currently returns the same committee for the first and second
|
# sync committees currently returns the same committee for the first and second
|
||||||
|
|
Loading…
Reference in New Issue