fix: put the skip back

This commit is contained in:
Roman 2024-05-03 14:23:15 +08:00
parent 73d09518c7
commit d3e14e0555
No known key found for this signature in database
GPG Key ID: B8FE070B54E11B75

View File

@ -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)