mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-09 09:23:10 +00:00
fix: mark flaky "at variable_rate with valid payloads"
This commit is contained in:
parent
f814a68766
commit
01fae783a1
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user