Skip to content

Commit 73d40f4

Browse files
ksedgwicdevrandom
authored andcommitted
unskip bolt12 tests
1 parent 331f50d commit 73d40f4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/test_pay.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4263,7 +4263,6 @@ def test_offer_needs_option(node_factory):
42634263
assert l1.rpc.decode('lno1qgsqvgnwgcg35z6ee2h3yczraddm72xrfua9uve2rlrm9deu7xyfzrcgqyys5qq7ypnwgkvdr57yzh6h92zg3qctvrm7w38djg67kzcm4yeg8vc4cq633uzqaxlsxzxergsrav494jjrpuy9hcldjeglha57lxvz20fhha6hjwhv69nnzwzjsajntyf0c4z8h9e70dfdlfq8jdvc9rdht8vr955udtg')['valid']
42644264

42654265

4266-
@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "remote_hsmd doesn't support bolt12 yet")
42674266
def test_offer(node_factory, bitcoind):
42684267
plugin = os.path.join(os.path.dirname(__file__), 'plugins/currencyUSDAUD5000.py')
42694268
l1 = node_factory.get_node(options={'plugin': plugin, 'experimental-offers': None})
@@ -4470,7 +4469,6 @@ def test_deprecated_offer(node_factory, bitcoind):
44704469
l1.rpc.pay(inv)
44714470

44724471

4473-
@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "remote_hsmd doesn't support bolt12 yet")
44744472
@pytest.mark.developer("dev-no-modern-onion is DEVELOPER-only")
44754473
def test_fetchinvoice_3hop(node_factory, bitcoind):
44764474
l1, l2, l3, l4 = node_factory.line_graph(4, wait_for_announce=True,
@@ -4505,7 +4503,6 @@ def test_fetchinvoice_3hop(node_factory, bitcoind):
45054503
l1.rpc.call('fetchinvoice', {'offer': offer1['bolt12']})
45064504

45074505

4508-
@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "remote_hsmd doesn't support bolt12 yet")
45094506
def test_fetchinvoice(node_factory, bitcoind):
45104507
# We remove the conversion plugin on l3, causing it to get upset.
45114508
l1, l2, l3 = node_factory.line_graph(3, wait_for_announce=True,
@@ -4719,7 +4716,6 @@ def test_fetchinvoice(node_factory, bitcoind):
47194716

47204717

47214718
@pytest.mark.developer("Needs dev-allow-localhost for autoconnect, dev-force-features to avoid routing onionmsgs")
4722-
@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "remote_hsmd doesn't support bolt12 yet")
47234719
def test_fetchinvoice_autoconnect(node_factory, bitcoind):
47244720
"""We should autoconnect if we need to, to route."""
47254721

@@ -4786,7 +4782,6 @@ def test_pay_waitblockheight_timeout(node_factory, bitcoind):
47864782

47874783

47884784
@pytest.mark.developer("dev-rawrequest is DEVELOPER-only")
4789-
@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "remote_hsmd doesn't support bolt12 yet")
47904785
def test_dev_rawrequest(node_factory):
47914786
l1, l2 = node_factory.line_graph(2, fundchannel=False,
47924787
opts={'experimental-offers': None})

0 commit comments

Comments
 (0)