Skip to content

Commit

Permalink
tests/eip4844: Skip test_invalid_blob_tx_contract_creation.
Browse files Browse the repository at this point in the history
  • Loading branch information
spencer-tb committed Aug 3, 2023
1 parent 4aa816d commit c5f15f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/cancun/eip4844_blobs/test_blob_txs.py
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,9 @@ def test_invalid_blob_hash_versioning(
@pytest.mark.parametrize(
"destination_account,tx_error", [(None, "no_contract_creating_blob_txs")], ids=[""]
)
@pytest.mark.valid_from("Cancun")
# TODO: Uncomment after #242 -> https://github.com/ethereum/execution-spec-tests/issues/242
# @pytest.mark.valid_from("Cancun")
@pytest.mark.skip(reason="Unable to fill due to invalid field in transaction")
def test_invalid_blob_tx_contract_creation(
blockchain_test: BlockchainTestFiller,
pre: Dict,
Expand Down

0 comments on commit c5f15f1

Please sign in to comment.