Skip to content

Commit a0cea28

Browse files
committed
Skip invoice test with missing mandatory payment secret
1 parent f0ff0d8 commit a0cea28

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

28152815

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

0 commit comments

Comments
 (0)