From 3454ca57a24d221f35d6a285462444d498c2753d Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Wed, 15 Aug 2018 12:48:12 +0930 Subject: [PATCH] pytest: remove DEVELOPER guard for test_ping Signed-off-by: Rusty Russell --- tests/test_misc.py | 1 - 1 file changed, 1 deletion(-) 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)