From b2afe57a8a7c633c8ed54bb5dc504b445b756fc3 Mon Sep 17 00:00:00 2001 From: Roman Zajic Date: Mon, 10 Mar 2025 14:58:18 +0800 Subject: [PATCH] fix: skip all RLN tests due to issue 3313 (#107) --- tests/relay/test_rln.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/relay/test_rln.py b/tests/relay/test_rln.py index 1a291157..c707e2c1 100644 --- a/tests/relay/test_rln.py +++ b/tests/relay/test_rln.py @@ -15,6 +15,7 @@ logger = get_custom_logger(__name__) @pytest.mark.xdist_group(name="RLN serial tests") @pytest.mark.skipif("go-waku" in (NODE_1 + NODE_2), reason="Test works only with nwaku") +@pytest.mark.skip(reason="Waiting for issue resolution https://github.com/waku-org/nwaku/issues/3313") class TestRelayRLN(StepsRLN, StepsRelay): SAMPLE_INPUTS_RLN = SAMPLE_INPUTS + SAMPLE_INPUTS + SAMPLE_INPUTS