File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -133,6 +133,7 @@ def test_max_channel_id(node_factory, bitcoind):
133133@unittest .skipIf (not COMPAT , "needs COMPAT to convert obsolete db" )
134134@unittest .skipIf (os .getenv ('TEST_DB_PROVIDER' , 'sqlite3' ) != 'sqlite3' , "This test is based on a sqlite3 snapshot" )
135135@unittest .skipIf (TEST_NETWORK != 'regtest' , "The network must match the DB snapshot" )
136+ @unittest .skipIf (os .getenv ('SUBDAEMON' , 'xxx' ) == 'hsmd:remote_hsmd' , "remote_hsmd doesn't like channel_nonce changing" )
136137def test_scid_upgrade (node_factory , bitcoind ):
137138 bitcoind .generate_block (1 )
138139
@@ -146,6 +147,7 @@ def test_scid_upgrade(node_factory, bitcoind):
146147@unittest .skipIf (not COMPAT , "needs COMPAT to convert obsolete db" )
147148@unittest .skipIf (os .getenv ('TEST_DB_PROVIDER' , 'sqlite3' ) != 'sqlite3' , "This test is based on a sqlite3 snapshot" )
148149@unittest .skipIf (TEST_NETWORK != 'regtest' , "The network must match the DB snapshot" )
150+ @unittest .skipIf (os .getenv ('SUBDAEMON' , 'xxx' ) == 'hsmd:remote_hsmd' , "remote_hsmd doesn't like channel_nonce changing" )
149151def test_last_tx_psbt_upgrade (node_factory , bitcoind ):
150152 bitcoind .generate_block (12 )
151153
You can’t perform that action at this time.
0 commit comments