We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 102e727 commit 0e95177Copy full SHA for 0e95177
libs/gl-client-py/tests/test_plugin.py
@@ -5,6 +5,7 @@
5
import pytest
6
import secrets
7
from pathlib import Path
8
+from flaky import flaky
9
10
trmp_plugin_path = Path(__file__).parent / "plugins" / "trmp_htlc_hook.py"
11
@@ -41,6 +42,7 @@ def test_max_message_size(clients):
41
42
n1.datastore("some-key", hex=bytes.fromhex(secrets.token_hex(size)))
43
44
45
+@flaky
46
def test_trampoline_pay(bitcoind, clients, node_factory):
47
c1 = clients.new()
48
c1.register()
0 commit comments