Skip to content

Commit 3761bc0

Browse files
committed
fix: skip withdrawals for extra data tests
1 parent 0062a36 commit 3761bc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/regression/test_accounting_oracle_extra_data_full_items.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ def test_extra_data_full_items(
154154
extraDataList=extra_data.extra_data_list,
155155
stakingModuleIdsWithNewlyExitedValidators=modules_with_exited,
156156
numExitedValidatorsByStakingModule=num_exited_validators_by_staking_module,
157+
skip_withdrawals=True,
157158
)
158159

159160
nor_distribute_reward_tx = distribute_reward(nor, stranger)

0 commit comments

Comments
 (0)