From c52ab02bc97307faeb4e3efae6b6b247c30e6124 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Mon, 2 Oct 2023 09:29:48 +1030 Subject: [PATCH] patch remove-developer-test-annotations.patch --- tests/test_pay.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_pay.py b/tests/test_pay.py index c71cc9526..59641087a 100644 --- a/tests/test_pay.py +++ b/tests/test_pay.py @@ -5340,7 +5340,6 @@ def test_listsendpays_crash(node_factory): l1.rpc.listsendpays('lightning:' + inv) -@pytest.mark.developer("updates are delayed without --dev-fast-gossip") def test_pay_routehint_minhtlc(node_factory, bitcoind): # l1 -> l2 -> l3 private -> l4 l1, l2, l3 = node_factory.line_graph(3, wait_for_announce=True)