Skip to content

Commit c5f15f1

Browse files
committed
tests/eip4844: Skip test_invalid_blob_tx_contract_creation.
1 parent 4aa816d commit c5f15f1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/cancun/eip4844_blobs/test_blob_txs.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,9 @@ def test_invalid_blob_hash_versioning(
693693
@pytest.mark.parametrize(
694694
"destination_account,tx_error", [(None, "no_contract_creating_blob_txs")], ids=[""]
695695
)
696-
@pytest.mark.valid_from("Cancun")
696+
# TODO: Uncomment after #242 -> https://github.com/ethereum/execution-spec-tests/issues/242
697+
# @pytest.mark.valid_from("Cancun")
698+
@pytest.mark.skip(reason="Unable to fill due to invalid field in transaction")
697699
def test_invalid_blob_tx_contract_creation(
698700
blockchain_test: BlockchainTestFiller,
699701
pre: Dict,

0 commit comments

Comments
 (0)