Skip to content

Commit

Permalink
eip4762: remove test that we wont fill
Browse files Browse the repository at this point in the history
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
  • Loading branch information
jsign committed Oct 10, 2024
1 parent 9c0d650 commit 6288f7a
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions tests/verkle/eip4762_verkle_gas_witness/test_creates.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,32 +199,6 @@ def test_insufficient_gas_creates(
)


@pytest.mark.valid_from("Verkle")
@pytest.mark.skip("Pending TBD gas limits")
@pytest.mark.parametrize(
"create_instruction, gas_limit",
[
(Op.CREATE, "TBD"),
(Op.CREATE2, "TBD"),
],
)
def test_create_static_cost(
blockchain_test: BlockchainTestFiller,
create_instruction,
gas_limit,
):
"""
Test *CREATE with insufficient gas to pay for static cost.
"""
_create(
blockchain_test,
create_instruction,
Op.PUSH0 * (129 * 31 + 42),
value=0,
gas_limit=gas_limit,
)


@pytest.mark.valid_from("Verkle")
@pytest.mark.parametrize(
"create_instruction",
Expand Down

0 comments on commit 6288f7a

Please sign in to comment.