mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-07-08 17:39:33 +00:00
remove commented line
This commit is contained in:
parent
194477bd72
commit
fcc372b57e
@ -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(),
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user