diff --git a/tests/test_misc.py b/tests/test_misc.py index fee552e74..6674a58a8 100644 --- a/tests/test_misc.py +++ b/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)