Revert changes in drain, historian, jitrebalance, probe, summary, noise, feeadjuster

This commit is contained in:
fmhoeger
2024-02-03 21:28:46 -06:00
committed by mergify[bot]
parent 08c2c24e46
commit 38402c41a1
9 changed files with 26 additions and 37 deletions

View File

@@ -1,6 +1,7 @@
import unittest
import os
from pyln.testing.fixtures import * # noqa: F401,F403
from pyln.testing.utils import DEVELOPER
plugin_path = os.path.join(os.path.dirname(__file__), "probe.py")
@@ -17,6 +18,7 @@ def test_probe_starts(node_factory):
l1.start()
@unittest.skipIf(not DEVELOPER, "Gossip is slow")
def test_probe(node_factory):
l1, l2, l3, l4 = node_factory.line_graph(
4,
@@ -34,6 +36,7 @@ def test_probe(node_factory):
assert(res['failcode'] == 16399)
@unittest.skipIf(not DEVELOPER, "Gossip is slow")
def test_route_unreachable(node_factory):
l1, l2, l3, l4 = node_factory.line_graph(
4,