From 454801855c02d559e7cb2b762d7d697f53c0dc84 Mon Sep 17 00:00:00 2001 From: spencer-tb Date: Thu, 31 Oct 2024 12:18:42 +0700 Subject: [PATCH] tests: blob count validation only for cancun. --- tests/cancun/eip4844_blobs/test_blob_txs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/cancun/eip4844_blobs/test_blob_txs.py b/tests/cancun/eip4844_blobs/test_blob_txs.py index 188b87bcb8..0112e2ffc7 100644 --- a/tests/cancun/eip4844_blobs/test_blob_txs.py +++ b/tests/cancun/eip4844_blobs/test_blob_txs.py @@ -746,7 +746,7 @@ def test_invalid_normal_gas( @pytest.mark.parametrize( "tx_error", [TransactionException.TYPE_3_TX_MAX_BLOB_GAS_ALLOWANCE_EXCEEDED], ids=[""] ) -@pytest.mark.valid_from("Cancun") +@pytest.mark.valid_until("Cancun") def test_invalid_block_blob_count( blockchain_test: BlockchainTestFiller, pre: Alloc, @@ -1016,7 +1016,7 @@ def test_insufficient_balance_blob_tx_combinations( ], ids=["too_few_blobs", "too_many_blobs"], ) -@pytest.mark.valid_from("Cancun") +@pytest.mark.valid_until("Cancun") def test_invalid_tx_blob_count( state_test: StateTestFiller, state_env: Environment,