Files
lighthouse/beacon_node/network
dapplion ec45857a50 Skip pre-Gloas block-level data-column tests under FORK_NAME=gloas
Gloas carries data columns in the payload envelope, so the test harness produces
no block-level columns for a Gloas block. Two tests assumed columns are present
and failed under the newly-enabled FORK_NAME=gloas network test matrix:
accept_processed_gossip_data_columns_without_import and
data_column_reconstruction_at_deadline. Gate them on the same fork condition as
their siblings, extended to skip Gloas; fulu coverage is unchanged.
2026-06-08 12:59:40 +02:00
..