Skip to content

Commit 0f5c7a3

Browse files
committed
skip bolt12 tests because remote_hsmd does not yet support
1 parent 03ad3b7 commit 0f5c7a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_pay.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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")
43404341
def 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")
44064408
def test_dev_rawrequest(node_factory):
44074409
l1, l2 = node_factory.line_graph(2, fundchannel=False,
44084410
opts={'experimental-offers': None})

0 commit comments

Comments
 (0)