Skip to content

Commit 6288f7a

Browse files
committed
eip4762: remove test that we wont fill
Signed-off-by: Ignacio Hagopian <[email protected]>
1 parent 9c0d650 commit 6288f7a

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

tests/verkle/eip4762_verkle_gas_witness/test_creates.py

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -199,32 +199,6 @@ def test_insufficient_gas_creates(
199199
)
200200

201201

202-
@pytest.mark.valid_from("Verkle")
203-
@pytest.mark.skip("Pending TBD gas limits")
204-
@pytest.mark.parametrize(
205-
"create_instruction, gas_limit",
206-
[
207-
(Op.CREATE, "TBD"),
208-
(Op.CREATE2, "TBD"),
209-
],
210-
)
211-
def test_create_static_cost(
212-
blockchain_test: BlockchainTestFiller,
213-
create_instruction,
214-
gas_limit,
215-
):
216-
"""
217-
Test *CREATE with insufficient gas to pay for static cost.
218-
"""
219-
_create(
220-
blockchain_test,
221-
create_instruction,
222-
Op.PUSH0 * (129 * 31 + 42),
223-
value=0,
224-
gas_limit=gas_limit,
225-
)
226-
227-
228202
@pytest.mark.valid_from("Verkle")
229203
@pytest.mark.parametrize(
230204
"create_instruction",

0 commit comments

Comments
 (0)