Skip to content

Commit 4c1e92d

Browse files
committed
skip test_upgrade_statickey
1 parent 1e9f0c1 commit 4c1e92d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_connection.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3467,6 +3467,7 @@ def test_openchannel_init_alternate(node_factory, executor):
34673467

34683468

34693469
@unittest.skipIf(not EXPERIMENTAL_FEATURES, "upgrade protocol not available")
3470+
@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "upgrade not yet supported by VLS")
34703471
@pytest.mark.developer("dev-force-features required")
34713472
def test_upgrade_statickey(node_factory, executor):
34723473
"""l1 doesn't have option_static_remotekey, l2 offers it."""
@@ -3497,6 +3498,7 @@ def test_upgrade_statickey(node_factory, executor):
34973498

34983499

34993500
@unittest.skipIf(not EXPERIMENTAL_FEATURES, "upgrade protocol not available")
3501+
@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "upgrade not yet supported by VLS")
35003502
@pytest.mark.developer("dev-force-features required")
35013503
def test_upgrade_statickey_onchaind(node_factory, executor, bitcoind):
35023504
"""We test penalty before/after, and unilateral before/after"""
@@ -3619,6 +3621,7 @@ def test_upgrade_statickey_onchaind(node_factory, executor, bitcoind):
36193621

36203622

36213623
@unittest.skipIf(not EXPERIMENTAL_FEATURES, "upgrade protocol not available")
3624+
@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "upgrade not yet supported by VLS")
36223625
@pytest.mark.developer("dev-force-features, dev-disconnect required")
36233626
def test_upgrade_statickey_fail(node_factory, executor, bitcoind):
36243627
"""We reconnect at all points during retransmit, and we won't upgrade."""

0 commit comments

Comments
 (0)