From 4ad51bf619b02b529522ca04c635129f2164cc1b Mon Sep 17 00:00:00 2001 From: Aya Hassan Date: Thu, 7 May 2026 15:09:39 +0200 Subject: [PATCH] mark the waku tests as docker_required --- tests/wrappers_tests/test_send_e2e_part1.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/wrappers_tests/test_send_e2e_part1.py b/tests/wrappers_tests/test_send_e2e_part1.py index da3862044..6a94adf81 100644 --- a/tests/wrappers_tests/test_send_e2e_part1.py +++ b/tests/wrappers_tests/test_send_e2e_part1.py @@ -132,6 +132,7 @@ class TestSendBeforeRelay(StepsStore): assert_event_invariants(sender_collector, request_id) + @pytest.mark.docker_required @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): """ @@ -227,6 +228,7 @@ class TestSendBeforeRelay(StepsStore): assert_event_invariants(sender_collector, request_id) + @pytest.mark.docker_required @pytest.mark.skip(reason="Forcing the miss store round not possible") def test_s20_store_misses_initially_then_retry_succeeds(self, node_config): """ @@ -840,6 +842,7 @@ class TestSendBeforeRelay(StepsStore): for request_id in request_ids: assert_event_invariants(sender_collector, request_id) + @pytest.mark.docker_required def test_s31_concurrent_sends_mixed_topics_during_churn(self, node_config): """ S31: concurrent sends across mixed content topics during peer churn.