mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-27 13:02:15 +00:00
adding xfail mark for failed tests
This commit is contained in:
parent
c34148b855
commit
2de9b03136
@ -129,7 +129,7 @@ class TestSendBeforeRelay(StepsStore):
|
|||||||
f"from a store-enabled relay peer. Collected events: {sender_collector.events}"
|
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):
|
def test_s19_store_peer_appears_after_propagation(self, node_config):
|
||||||
"""
|
"""
|
||||||
S19: a store peer comes online later.
|
S19: a store peer comes online later.
|
||||||
|
|||||||
@ -267,7 +267,7 @@ class TestRelayToLightpushFallback(StepsCommon):
|
|||||||
(no staticnodes → zero gossipsub relay peers → fallback)
|
(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):
|
def test_s08_relay_fallback_to_lightpush(self, node_config):
|
||||||
"""S08: no store peer → Propagated only."""
|
"""S08: no store peer → Propagated only."""
|
||||||
sender_collector = EventCollector()
|
sender_collector = EventCollector()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user