Browse Source

pytest: remove DEVELOPER guard for test_ping

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ppa-0.6.1
Rusty Russell 7 years ago
parent
commit
3454ca57a2
  1. 1
      tests/test_misc.py

1
tests/test_misc.py

@ -104,7 +104,6 @@ def test_bitcoin_failure(node_factory, bitcoind):
sync_blockheight(bitcoind, [l1])
@unittest.skipIf(not DEVELOPER, "needs DEVELOPER=1")
def test_ping(node_factory):
l1, l2 = node_factory.line_graph(2, fundchannel=False)

Loading…
Cancel
Save