Browse Source

pytest: Skip some tests in elements if paratrization is convoluted

These mainly use hard-coded addresses
travis-debug
Christian Decker 5 years ago
parent
commit
301b634699
  1. 1
      tests/test_pay.py

1
tests/test_pay.py

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

Loading…
Cancel
Save