adding xfail mark for failed tests

This commit is contained in:
Aya Hassan 2026-05-07 11:59:20 +02:00
parent c34148b855
commit 2de9b03136
2 changed files with 2 additions and 2 deletions

View File

@ -129,7 +129,7 @@ class TestSendBeforeRelay(StepsStore):
f"from a store-enabled relay peer. Collected events: {sender_collector.events}"
)
# @pytest.mark.xfail(reason="scenario might be not possible to simulate")
@pytest.mark.xfail(reason="fails to republish after store peer joins mesh see https://github.com/logos-messaging/logos-delivery/issues/3848")
def test_s19_store_peer_appears_after_propagation(self, node_config):
"""
S19: a store peer comes online later.

View File

@ -267,7 +267,7 @@ class TestRelayToLightpushFallback(StepsCommon):
(no staticnodes zero gossipsub relay peers fallback)
"""
@pytest.mark.xfail(reason="the test fail without lightpushnode")
@pytest.mark.xfail(reason="the test fail without lightpushnode, see https://github.com/logos-messaging/logos-delivery/issues/3847")
def test_s08_relay_fallback_to_lightpush(self, node_config):
"""S08: no store peer → Propagated only."""
sender_collector = EventCollector()