Skip to content

Commit

Permalink
Ignore test_store_filter_interaction_with_six_nodes when NODE_2 = go-…
Browse files Browse the repository at this point in the history
…waku (#86)
  • Loading branch information
AYAHASSAN287 authored Nov 7, 2024
1 parent da90b9c commit f5ff548
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/test_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ def test_chain_of_relay_nodes(self):
# self.node1 relays and we check that self.node10 receives the message
self.check_published_message_reaches_relay_peer(sender=self.node1, peer_list=[self.node10], message_propagation_delay=1)

@pytest.mark.skipif("go-waku" in NODE_2, reason="Test works only with nwaku")
def test_store_filter_interaction_with_six_nodes(self):
logger.debug("Create 6 nodes")
self.node4 = WakuNode(NODE_2, f"node3_{self.test_id}")
Expand Down

0 comments on commit f5ff548

Please sign in to comment.