From ee2e05679e5aff0dc2c8f43674883d257bb92a47 Mon Sep 17 00:00:00 2001 From: Roman Date: Tue, 30 Apr 2024 09:56:11 +0800 Subject: [PATCH] fix: change comment for mixed_epoch_at_slow_rate --- 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 3806377f..24979f9a 100644 --- a/tests/relay/test_rln.py +++ b/tests/relay/test_rln.py @@ -154,7 +154,7 @@ class TestRelayRLN(StepsRLN, StepsRelay): except Exception as e: assert "RLN validation failed" in str(e) - @pytest.mark.skip(reason="Peer NODE_2:harbor.status.im/wakuorg/nwaku:latest couldn't find any messages") + @pytest.mark.skip(reason="Epoch settings aren't compatible across nodes") def test_valid_payloads_mixed_epoch_at_slow_rate(self): n1_epoch_sec = 5 n2_epoch_sec = 1