diff --git a/tests/wrappers_tests/test_send_e2e_part2.py b/tests/wrappers_tests/test_send_e2e_part2.py index e6eff30cc..f94a89829 100644 --- a/tests/wrappers_tests/test_send_e2e_part2.py +++ b/tests/wrappers_tests/test_send_e2e_part2.py @@ -627,6 +627,7 @@ class TestS15LightpushRetryableErrorRecovery(StepsCommon): Expected: send() returns Ok(RequestId), then eventually Propagated. """ + @pytest.mark.xfail(reason="lightpush peer discovery via staticnodes is broken, see https://github.com/logos-messaging/logos-delivery/issues/3847") def test_s15_lightpush_retryable_error_then_recovery(self): sender_collector = EventCollector()