@@ -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" )
34713472def 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" )
35013503def 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" )
36233626def test_upgrade_statickey_fail (node_factory , executor , bitcoind ):
36243627 """We reconnect at all points during retransmit, and we won't upgrade."""
0 commit comments