mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 09:34:24 +01:00
pytest: Skip some tests in elements if paratrization is convoluted
These mainly use hard-coded addresses
This commit is contained in:
@@ -2403,6 +2403,7 @@ def test_tlv_or_legacy(node_factory, bitcoind):
|
||||
|
||||
@unittest.skipIf(not EXPERIMENTAL_FEATURES, 'Needs invoice secret support')
|
||||
@unittest.skipIf(not DEVELOPER, 'Needs dev-routes')
|
||||
@unittest.skipIf(TEST_NETWORK != 'regtest', "Invoice is network specific")
|
||||
def test_pay_no_secret(node_factory, bitcoind):
|
||||
l1, l2 = node_factory.line_graph(2, wait_for_announce=False)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user