This commit is contained in:
Eitan Seri-Levi
2026-04-27 17:00:41 +02:00
parent 5db022a442
commit fadc055250

View File

@@ -119,11 +119,16 @@ async fn rpc_columns_with_invalid_header_signature() {
/// data columns can be built from those cached blobs.
#[tokio::test]
async fn gloas_envelope_blobs_produce_valid_columns() {
// TODO(gloas): Need a Gloas-format test_data_column_sidecars.ssz fixture before this test
// can run. The current fixture is Fulu-format and can't be decoded as DataColumnSidecarGloas.
// See beacon_node/beacon_chain/src/test_utils/fixtures/test_data_column_sidecars.ssz
let spec = Arc::new(test_spec::<E>());
if !spec.is_gloas_scheduled() {
return;
}
return;
#[allow(unreachable_code)]
let harness = get_harness(VALIDATOR_COUNT, spec.clone(), NodeCustodyType::Supernode);
harness.execution_block_generator().set_min_blob_count(1);