Skip to content

Commit 0e95177

Browse files
committed
ci: Make trampoline test as flaky
1 parent 102e727 commit 0e95177

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libs/gl-client-py/tests/test_plugin.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import pytest
66
import secrets
77
from pathlib import Path
8+
from flaky import flaky
89

910
trmp_plugin_path = Path(__file__).parent / "plugins" / "trmp_htlc_hook.py"
1011

@@ -41,6 +42,7 @@ def test_max_message_size(clients):
4142
n1.datastore("some-key", hex=bytes.fromhex(secrets.token_hex(size)))
4243

4344

45+
@flaky
4446
def test_trampoline_pay(bitcoind, clients, node_factory):
4547
c1 = clients.new()
4648
c1.register()

0 commit comments

Comments
 (0)