diff --git a/tests/core/pyspec/eth2spec/test/capella/block_processing/test_process_withdrawals.py b/tests/core/pyspec/eth2spec/test/capella/block_processing/test_process_withdrawals.py index dc913e5d7..8292e66ce 100644 --- a/tests/core/pyspec/eth2spec/test/capella/block_processing/test_process_withdrawals.py +++ b/tests/core/pyspec/eth2spec/test/capella/block_processing/test_process_withdrawals.py @@ -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