Skip to content

Commit 243fbf3

Browse files
committed
Skip test because bolt12 invoice
1 parent 2991ba4 commit 243fbf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_pay.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4575,6 +4575,7 @@ def test_offer(node_factory, bitcoind):
45754575
assert 'recurrence: every 600 seconds paywindow -10 to +600 (pay proportional)\n' in output
45764576

45774577

4578+
@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "Invalid bech32: invalid checksum")
45784579
def test_offer_deprecated_api(node_factory, bitcoind):
45794580
l1, l2 = node_factory.line_graph(2, opts={'experimental-offers': None,
45804581
'allow-deprecated-apis': True})

0 commit comments

Comments
 (0)