Skip to content

Commit c3e2efe

Browse files
committed
remove invalid test
1 parent bd59b13 commit c3e2efe

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

tests/core/pyspec/eth2spec/test/deneb/block_processing/test_process_execution_payload.py

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -219,24 +219,6 @@ def test_incorrect_commitments_order(spec, state):
219219
yield from run_execution_payload_processing(spec, state, execution_payload, blob_kzg_commitments)
220220

221221

222-
@with_deneb_and_later
223-
@spec_state_test
224-
def test_incorrect_commitments_for_no_blob(spec, state):
225-
"""
226-
The versioned hashes are wrong, but the testing ExecutionEngine returns VALID by default.
227-
"""
228-
execution_payload = build_empty_execution_payload(spec, state)
229-
230-
opaque_tx, _, _, _ = get_sample_blob_tx(spec, blob_count=0, rng=Random(1111))
231-
_, _, blob_kzg_commitments, _ = get_sample_blob_tx(spec, blob_count=2, rng=Random(1112))
232-
233-
execution_payload.transactions = [opaque_tx]
234-
execution_payload.block_hash = compute_el_block_hash(spec, execution_payload, state)
235-
236-
# the transaction doesn't contain any blob, but commitments are provided
237-
yield from run_execution_payload_processing(spec, state, execution_payload, blob_kzg_commitments)
238-
239-
240222
@with_deneb_and_later
241223
@spec_state_test
242224
def test_incorrect_block_hash(spec, state):

0 commit comments

Comments
 (0)