This commit is contained in:
Danny Ryan 2022-12-12 08:25:31 -07:00 committed by GitHub
parent 37e504e784
commit 478b437b05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -180,6 +180,7 @@ def test_success_all_fully_withdrawable_in_one_sweep(spec, state):
fully_withdrawable_indices=fully_withdrawable_indices,
partial_withdrawals_indices=partial_withdrawals_indices)
@with_phases([CAPELLA])
@with_presets([MINIMAL], reason="too many validators with mainnet config")
@spec_state_test
@ -217,6 +218,7 @@ def test_success_all_partially_withdrawable_in_one_sweep(spec, state):
fully_withdrawable_indices=fully_withdrawable_indices,
partial_withdrawals_indices=partial_withdrawals_indices)
@with_phases([CAPELLA])
@with_presets([MINIMAL], reason="too many validators with mainnet config")
@spec_state_test