Skip to content

Commit 0c4822c

Browse files
authored
chore(tests): remove temp fix for block rlp type 4. (#1995)
1 parent 10b0044 commit 0c4822c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/osaka/eip7934_block_rlp_limit/test_max_block_rlp_size.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -454,13 +454,6 @@ def test_block_rlp_size_at_limit_with_all_typed_transactions(
454454
request: pytest.FixtureRequest,
455455
) -> None:
456456
"""Test the block RLP size limit with all transaction types."""
457-
# TODO: fix this for generate all formats.
458-
if typed_transaction.ty == 4 and (
459-
request.config.getoption("generate_pre_alloc_groups")
460-
or request.config.getoption("use_pre_alloc_groups")
461-
):
462-
pytest.skip("EIP-7702 fixture generates different transactions in Phase 1")
463-
464457
transactions, gas_used = exact_size_transactions(
465458
sender,
466459
block_size_limit,

0 commit comments

Comments
 (0)