mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-17 19:03:42 +01:00
pytest: Mark tests using network specific addresses under elements
We may be able to re-enable them later, but this is just painful right now.
This commit is contained in:
parent
465a12ffbe
commit
858b3f2b93
@ -1556,6 +1556,7 @@ def test_bitcoind_fail_first(node_factory, bitcoind, executor):
|
||||
|
||||
|
||||
@unittest.skipIf(not DEVELOPER, "needs --dev-force-bip32-seed")
|
||||
@unittest.skipIf(TEST_NETWORK != 'regtest', "Addresses are network specific")
|
||||
def test_dev_force_bip32_seed(node_factory):
|
||||
l1 = node_factory.get_node(options={'dev-force-bip32-seed': '0000000000000000000000000000000000000000000000000000000000000001'})
|
||||
# First is m/0/0/1 ..
|
||||
|
Loading…
Reference in New Issue
Block a user