Disable these 2 tests in phase 1 due to #1974 Issue 3

This commit is contained in:
Hsiao-Wei Wang 2020-07-30 00:22:27 +08:00
parent bd5346b624
commit 60e9eacf4b
No known key found for this signature in database
GPG Key ID: 95B070122902DEA4
1 changed files with 2 additions and 2 deletions

View File

@ -762,7 +762,7 @@ def prepare_signed_exits(spec, state, indices):
# exceeding the minimal-config randao mixes memory size.
# Applies to all voluntary-exit sanity block tests.
@with_all_phases
@with_phases([PHASE0])
@spec_state_test
def test_voluntary_exit(spec, state):
validator_index = spec.get_active_validator_indices(state, spec.get_current_epoch(state))[-1]
@ -811,7 +811,7 @@ def test_double_validator_exit_same_block(spec, state):
yield 'post', None
@with_all_phases
@with_phases([PHASE0])
@spec_state_test
def test_multiple_different_validator_exits_same_block(spec, state):
validator_indices = [