Skip to content

Commit 3b3522f

Browse files
authored
chore(tests): remove pytest skips from eip7251/7685 cases. (#1449)
1 parent 6a9a515 commit 3b3522f

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

tests/prague/eip7251_consolidations/test_consolidations.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,6 @@
204204
)
205205
],
206206
],
207-
marks=pytest.mark.skip(
208-
reason="duplicate test due to MAX_CONSOLIDATION_REQUESTS_PER_BLOCK==1"
209-
),
210207
id="single_block_max_consolidation_requests_from_eoa",
211208
),
212209
pytest.param(

tests/prague/eip7685_general_purpose_el_requests/test_multi_type_requests.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ def get_contract_permutations(n: int = 3) -> Generator[ParameterSet, None, None]
189189
single_deposit_from_eoa(0),
190190
single_consolidation_from_contract(1),
191191
],
192-
marks=pytest.mark.skip("Only one consolidation request is allowed per block"),
193192
id="consolidation_from_eoa+deposit_from_eoa+consolidation_from_contract",
194193
),
195194
pytest.param(
@@ -198,7 +197,6 @@ def get_contract_permutations(n: int = 3) -> Generator[ParameterSet, None, None]
198197
single_withdrawal_from_eoa(0),
199198
single_consolidation_from_contract(1),
200199
],
201-
marks=pytest.mark.skip("Only one consolidation request is allowed per block"),
202200
id="consolidation_from_eoa+withdrawal_from_eoa+consolidation_from_contract",
203201
),
204202
pytest.param(

0 commit comments

Comments
 (0)