Skip to content

Commit 839ca7c

Browse files
committed
skip test_invoice_preimage
1 parent 21c8628 commit 839ca7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_invoices.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ def test_invoice_weirdstring(node_factory):
123123
l1.rpc.delinvoice(weird_label, "unpaid")
124124

125125

126+
@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "VLS policies catch two-invoice-one-preimage ahead of the node")
126127
def test_invoice_preimage(node_factory):
127128
"""Test explicit invoice 'preimage'.
128129
"""

0 commit comments

Comments
 (0)