remove commented line

This commit is contained in:
Aya Hassan 2026-06-11 15:56:52 +02:00
parent 194477bd72
commit fcc372b57e
2 changed files with 0 additions and 4 deletions

View File

@ -144,7 +144,6 @@ class WakuNode:
"peer-exchange": "true",
"discv5-discovery": "true",
"cluster-id": DEFAULT_CLUSTER_ID,
# "num-shards-in-network": "8",
"rln-creds-id": None,
"rln-creds-source": None,
"nodekey": self.generate_random_nodekey(),

View File

@ -54,9 +54,6 @@ class TestRunningNodesAutosharding(StepsSharding):
r"received relay message.*contentTopic.*/newsService/1.0/weekly/protobuf", use_regex=True
), "Message on the shared shard did not reach node2's relay"
@pytest.mark.skip(
reason="Pending confirmation from nwaku devs on expected cross-shard behavior: should node2 receive messages published by node1 when nodes are on different shards?"
)
def test_2_nodes_different_content_topic_different_shard(self):
self.setup_first_relay_node_with_filter(
cluster_id=self.auto_cluster, content_topic="/myapp/1/latest/proto", num_shards_in_network=self.num_shards_in_network