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:
Christian Decker 2019-09-16 19:35:22 +02:00 committed by Rusty Russell
parent 465a12ffbe
commit 858b3f2b93

View File

@ -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 ..