Skip to content

Commit 80833a3

Browse files
committed
tests: reevaluate: reenabled tests which pass
1 parent 6f397d8 commit 80833a3

File tree

5 files changed

+0
-9
lines changed

5 files changed

+0
-9
lines changed

tests/test_bookkeeper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,6 @@ def test_bookkeeping_onchaind_txs(node_factory, bitcoind):
601601
assert outs == only_one(wallet_bal['balances'])['balance_msat']
602602

603603

604-
#@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "invoice from offer: Invalid bech32: invalid checksum")
605604
def test_bookkeeping_descriptions(node_factory, bitcoind, chainparams):
606605
"""
607606
When an 'invoice' type event comes through, we look up the description details

tests/test_closing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3089,7 +3089,6 @@ def test_permfail_htlc_out(node_factory, bitcoind, executor):
30893089
wait_for(lambda: l2.rpc.listpeers()['peers'] == [])
30903090

30913091

3092-
#@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "policy: can't withdraw to non-wallet address") # FIXME - should work with auto-approve
30933092
def test_permfail(node_factory, bitcoind):
30943093
l1, l2 = node_factory.line_graph(2)
30953094

tests/test_connection.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1795,7 +1795,6 @@ def test_funding_external_wallet(node_factory, bitcoind):
17951795

17961796
@unittest.skipIf(TEST_NETWORK != 'regtest', 'elementsd doesnt yet support PSBT features we need')
17971797
@pytest.mark.openchannel('v1') # We manually turn on dual-funding for select nodes
1798-
#@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "commit c0cc285a causes: channel stub can only return point for commitment number zero")
17991798
def test_multifunding_v1_v2_mixed(node_factory, bitcoind):
18001799
'''
18011800
Simple test for multifundchannel, using v1 + v2

tests/test_opening.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ def test_queryrates(node_factory, bitcoind):
5959

6060
@unittest.skipIf(TEST_NETWORK != 'regtest', 'elementsd doesnt yet support PSBT features we need')
6161
@pytest.mark.openchannel('v1') # Mixed v1 + v2, v2 manually turned on
62-
#@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "commit c0cc285a causes: channel stub can only return point for commitment number zero")
6362
def test_multifunding_v2_best_effort(node_factory, bitcoind):
6463
'''
6564
Check that best_effort flag works.
@@ -1504,7 +1503,6 @@ def test_funder_options(node_factory, bitcoind):
15041503
# policy-onchain-no-fund-inbound validate_onchain_tx: can't sign for inbound channel: dual-funding not supported yet
15051504
@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd') and os.getenv('VLS_SKIP_SPLICE_TESTS') == '1', "test expected to fail before VLS dual-funding / splicing support")
15061505
@unittest.skipIf(TEST_NETWORK != 'regtest', 'elementsd doesnt yet support PSBT features we need')
1507-
#@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "dual-funding not supported yet") # FIXME - should work with VLS_PERMISSIVE
15081506
def test_funder_contribution_limits(node_factory, bitcoind):
15091507
opts = {'experimental-dual-fund': None,
15101508
'feerates': (5000, 5000, 5000, 5000)}
@@ -1645,7 +1643,6 @@ def test_zeroconf_mindepth(bitcoind, node_factory):
16451643
wait_for(lambda: only_one(l2.rpc.listpeerchannels()['channels'])['state'] == "CHANNELD_NORMAL")
16461644

16471645

1648-
#@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd') and os.getenv('VLS_PERMISSIVE') != '1', "tried commitment when funding is not buried ")
16491646
def test_zeroconf_open(bitcoind, node_factory):
16501647
"""Let's open a zeroconf channel
16511648

tests/test_pay.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4446,7 +4446,6 @@ def test_offer(node_factory, bitcoind):
44464446
assert 'recurrence: every 600 seconds paywindow -10 to +600 (pay proportional)\n' in output
44474447

44484448

4449-
#@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "Invalid bech32: invalid checksum")
44504449
def test_offer_deprecated_api(node_factory, bitcoind):
44514450
l1, l2 = node_factory.line_graph(2, opts={'experimental-offers': None,
44524451
'allow-deprecated-apis': True})
@@ -4693,7 +4692,6 @@ def test_fetchinvoice_recurrence(node_factory, bitcoind):
46934692
'recurrence_label': 'test paywindow'})
46944693

46954694

4696-
#@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "invoice from offer: Invalid bech32: invalid checksum")
46974695
def test_fetchinvoice_autoconnect(node_factory, bitcoind):
46984696
"""We should autoconnect if we need to, to route."""
46994697

@@ -4770,7 +4768,6 @@ def test_dev_rawrequest(node_factory):
47704768
assert 'invoice' in ret
47714769

47724770

4773-
#@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "sendinvoice: bolt12: Invalid bech32: invalid checksum")
47744771
def test_sendinvoice(node_factory, bitcoind):
47754772
l2opts = {'experimental-offers': None}
47764773
l1, l2 = node_factory.line_graph(2, wait_for_announce=True,

0 commit comments

Comments
 (0)