From 5781d0bf79949cd3a73985f5f9777cec146bb9b7 Mon Sep 17 00:00:00 2001 From: Pawan Dhananjay Date: Tue, 9 Jun 2026 17:58:33 -0700 Subject: [PATCH] Add a todo --- beacon_node/network/src/network_beacon_processor/tests.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/beacon_node/network/src/network_beacon_processor/tests.rs b/beacon_node/network/src/network_beacon_processor/tests.rs index 5afde2ef86..6b7c623230 100644 --- a/beacon_node/network/src/network_beacon_processor/tests.rs +++ b/beacon_node/network/src/network_beacon_processor/tests.rs @@ -1100,6 +1100,7 @@ async fn accept_processed_gossip_data_columns_without_import() { let spec = test_spec::(); // Pre-Gloas data-column path: a Gloas block carries its columns in the payload envelope, so the // harness produces no block-level data columns and this gossip flow doesn't apply. + // TODO(gloas): re-enable this test if spec.fulu_fork_epoch.is_none() || spec.gloas_fork_epoch.is_some() { return; };