From 3e3b9fa0f457bfa9b357db7f050c7e7e4ef24243 Mon Sep 17 00:00:00 2001 From: aya Date: Sun, 15 Dec 2024 13:41:41 +0200 Subject: [PATCH] skip rln tests --- tests/relay/test_rln.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/relay/test_rln.py b/tests/relay/test_rln.py index c48019d5..3a96a9e0 100644 --- a/tests/relay/test_rln.py +++ b/tests/relay/test_rln.py @@ -14,7 +14,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.skipif("nwaku" in (NODE_1 + NODE_2), reason="Test works only with nwaku") class TestRelayRLN(StepsRLN, StepsRelay): SAMPLE_INPUTS_RLN = SAMPLE_INPUTS + SAMPLE_INPUTS + SAMPLE_INPUTS