Skip to content

Commit 7244b20

Browse files
authored
Merge pull request #243 from spencer-tb/skip-invalid-blob-tx-test
tests/eip4844: Skip invalid blob tx to address test case
2 parents cde9248 + afe7f64 commit 7244b20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/cancun/eip4844_blobs/test_blob_txs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -685,6 +685,8 @@ def test_invalid_blob_hash_versioning(
685685
@pytest.mark.parametrize(
686686
"destination_account,tx_error", [(None, "no_contract_creating_blob_txs")], ids=[""]
687687
)
688+
# TODO: Uncomment after #242 -> https://github.com/ethereum/execution-spec-tests/issues/242
689+
@pytest.mark.skip(reason="Unable to fill due to invalid field in transaction")
688690
@pytest.mark.valid_from("Cancun")
689691
def test_invalid_blob_tx_contract_creation(
690692
blockchain_test: BlockchainTestFiller,

0 commit comments

Comments
 (0)