Skip to content

Commit

Permalink
pytest: Skip some tests in elements if paratrization is convoluted
Browse files Browse the repository at this point in the history
These mainly use hard-coded addresses
  • Loading branch information
cdecker committed Dec 11, 2019
1 parent 843846f commit 301b634
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_pay.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 301b634

Please sign in to comment.