From 3abe30469637bfcca8cd646614a09e714220ef71 Mon Sep 17 00:00:00 2001 From: Ignacio Hagopian Date: Fri, 13 Sep 2024 09:14:28 -0300 Subject: [PATCH] disable temporarily 7709 tests Signed-off-by: Ignacio Hagopian --- .../eip7709_blockhash_witness/test_blockhash_instruction.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/verkle/eip7709_blockhash_witness/test_blockhash_instruction.py b/tests/verkle/eip7709_blockhash_witness/test_blockhash_instruction.py index 851c9f9ae0..fd2d86da84 100644 --- a/tests/verkle/eip7709_blockhash_witness/test_blockhash_instruction.py +++ b/tests/verkle/eip7709_blockhash_witness/test_blockhash_instruction.py @@ -7,6 +7,7 @@ import pytest +from ethereum_test_forks import Verkle from ethereum_test_tools import ( Account, Address, @@ -31,6 +32,7 @@ @pytest.mark.valid_from("Verkle") +@pytest.mark.skip(reason="Not fully implemented") @pytest.mark.parametrize( "block_num_target", [ @@ -56,6 +58,7 @@ def test_blockhash(blockchain_test: BlockchainTestFiller, block_num_target: int) @pytest.mark.valid_from("Verkle") +@pytest.mark.skip(reason="Not fully implemented") def test_blockhash_insufficient_gas(blockchain_test: BlockchainTestFiller): """ Test BLOCKHASH with insufficient gas. @@ -91,7 +94,7 @@ def _blockhash( gas_price=10, ) - witness_check = WitnessCheck() + witness_check = WitnessCheck(fork=Verkle) for address in [env.fee_recipient, TestAddress, TestAddress2]: witness_check.add_account_full( address=address,