File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -4337,6 +4337,7 @@ def test_fetchinvoice(node_factory, bitcoind):
43374337
43384338
43394339@pytest .mark .developer ("Needs dev-allow-localhost for autoconnect, dev-force-features to avoid routing onionmsgs" )
4340+ @unittest .skipIf (os .getenv ('SUBDAEMON' ) == 'hsmd:remote_hsmd' , "remote_hsmd doesn't support bolt12 yet" )
43404341def test_fetchinvoice_autoconnect (node_factory , bitcoind ):
43414342 """We should autoconnect if we need to, to route."""
43424343
@@ -4403,6 +4404,7 @@ def test_pay_waitblockheight_timeout(node_factory, bitcoind):
44034404
44044405
44054406@pytest .mark .developer ("dev-rawrequest is DEVELOPER-only" )
4407+ @unittest .skipIf (os .getenv ('SUBDAEMON' ) == 'hsmd:remote_hsmd' , "remote_hsmd doesn't support bolt12 yet" )
44064408def test_dev_rawrequest (node_factory ):
44074409 l1 , l2 = node_factory .line_graph (2 , fundchannel = False ,
44084410 opts = {'experimental-offers' : None })
You can’t perform that action at this time.
0 commit comments