From 01fae783a1f7b2e5be8feaf675f1389fc19c643a Mon Sep 17 00:00:00 2001 From: Roman Date: Fri, 19 Apr 2024 13:29:25 +0800 Subject: [PATCH] fix: mark flaky "at variable_rate with valid payloads" --- 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 68262ef2..1ecaa402 100644 --- a/tests/relay/test_rln.py +++ b/tests/relay/test_rln.py @@ -49,6 +49,7 @@ class TestRelayRLN(StepsRLN, StepsRelay): except Exception as e: assert "RLN validation failed" in str(e) + @pytest.mark.skip(reason="flaky because of problems with time measurement") def test_publish_with_valid_payloads_at_variable_rate(self): self.setup_first_rln_relay_node() self.setup_second_rln_relay_node()