Skip to content

Commit 86b3440

Browse files
committed
Skip invoice test with missing mandatory payment secret
1 parent f6842b5 commit 86b3440

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
@@ -2821,6 +2821,7 @@ def test_tlv_or_legacy(node_factory, bitcoind):
28212821
l3.daemon.wait_for_log("Got onion.*'type': 'tlv'")
28222822

28232823

2824+
@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "inv_nosecret: The invoice is missing the mandatory payment secret")
28242825
@unittest.skipIf(TEST_NETWORK != 'regtest', "Invoice is network specific")
28252826
def test_pay_no_secret(node_factory, bitcoind):
28262827
l1, l2 = node_factory.line_graph(2, wait_for_announce=True)

0 commit comments

Comments
 (0)