@@ -3410,6 +3410,7 @@ def test_openchannel_init_alternate(node_factory, executor):
34103410
34113411
34123412@unittest .skipIf (not EXPERIMENTAL_FEATURES , "upgrade protocol not available" )
3413+ @unittest .skipIf (os .getenv ('SUBDAEMON' ).startswith ('hsmd:remote_hsmd' ), "upgrade not yet supported by VLS" )
34133414@pytest .mark .developer ("dev-force-features required" )
34143415def test_upgrade_statickey (node_factory , executor ):
34153416 """l1 doesn't have option_static_remotekey, l2 offers it."""
@@ -3440,6 +3441,7 @@ def test_upgrade_statickey(node_factory, executor):
34403441
34413442
34423443@unittest .skipIf (not EXPERIMENTAL_FEATURES , "upgrade protocol not available" )
3444+ @unittest .skipIf (os .getenv ('SUBDAEMON' ).startswith ('hsmd:remote_hsmd' ), "upgrade not yet supported by VLS" )
34433445@pytest .mark .developer ("dev-force-features required" )
34443446def test_upgrade_statickey_onchaind (node_factory , executor , bitcoind ):
34453447 """We test penalty before/after, and unilateral before/after"""
@@ -3562,6 +3564,7 @@ def test_upgrade_statickey_onchaind(node_factory, executor, bitcoind):
35623564
35633565
35643566@unittest .skipIf (not EXPERIMENTAL_FEATURES , "upgrade protocol not available" )
3567+ @unittest .skipIf (os .getenv ('SUBDAEMON' ).startswith ('hsmd:remote_hsmd' ), "upgrade not yet supported by VLS" )
35653568@pytest .mark .developer ("dev-force-features, dev-disconnect required" )
35663569def test_upgrade_statickey_fail (node_factory , executor , bitcoind ):
35673570 """We reconnect at all points during retransmit, and we won't upgrade."""
0 commit comments