Skip to content

Commit 4ffdf29

Browse files
committed
tests: reevaluate: reenabled tests which pass
1 parent 987f1b6 commit 4ffdf29

File tree

5 files changed

+0
-8
lines changed

5 files changed

+0
-8
lines changed

tests/test_bookkeeper.py

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

742742

743-
#@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "invoice from offer: Invalid bech32: invalid checksum")
744743
def test_bookkeeping_descriptions(node_factory, bitcoind, chainparams):
745744
"""
746745
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
@@ -3130,7 +3130,6 @@ def test_permfail_htlc_out(node_factory, bitcoind, executor):
31303130
wait_for(lambda: l2.rpc.listpeers()['peers'] == [])
31313131

31323132

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

tests/test_connection.py

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

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

tests/test_opening.py

Lines changed: 0 additions & 2 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.
@@ -1503,7 +1502,6 @@ def test_funder_options(node_factory, bitcoind):
15031502
# policy-onchain-no-fund-inbound validate_onchain_tx: can't sign for inbound channel: dual-funding not supported yet
15041503
@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")
15051504
@unittest.skipIf(TEST_NETWORK != 'regtest', 'elementsd doesnt yet support PSBT features we need')
1506-
#@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "dual-funding not supported yet") # FIXME - should work with VLS_PERMISSIVE
15071505
def test_funder_contribution_limits(node_factory, bitcoind):
15081506
opts = {'experimental-dual-fund': None,
15091507
'feerates': (5000, 5000, 5000, 5000)}

tests/test_pay.py

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

44594459

4460-
#@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "Invalid bech32: invalid checksum")
44614460
def test_offer_deprecated_api(node_factory, bitcoind):
44624461
l1, l2 = node_factory.line_graph(2, opts={'experimental-offers': None,
44634462
'allow-deprecated-apis': True})
@@ -4704,7 +4703,6 @@ def test_fetchinvoice_recurrence(node_factory, bitcoind):
47044703
'recurrence_label': 'test paywindow'})
47054704

47064705

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

@@ -4781,7 +4779,6 @@ def test_dev_rawrequest(node_factory):
47814779
assert 'invoice' in ret
47824780

47834781

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

0 commit comments

Comments
 (0)