mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-09 09:23:10 +00:00
fix: put the skip back
This commit is contained in:
parent
b415126217
commit
f9f6b020e3
@ -103,7 +103,7 @@ class TestRelayRLN(StepsRLN, StepsRelay):
|
||||
failed_payloads.append(payload["description"])
|
||||
assert not failed_payloads, f"Payloads failed: {failed_payloads}"
|
||||
|
||||
# @pytest.mark.skip(reason="exceeding timeout ATM, need to check with devs")
|
||||
@pytest.mark.skip(reason="exceeding timeout ATM, need to check with devs")
|
||||
@pytest.mark.timeout(600)
|
||||
def test_valid_payloads_dynamic_at_slow_rate(self):
|
||||
self.setup_main_rln_relay_nodes(rln_relay_dynamic="true", wait_for_node_sec=600)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user