mirror of
https://github.com/aljazceru/plugins.git
synced 2026-01-24 07:24:21 +01:00
Revert changes in drain, historian, jitrebalance, probe, summary, noise, feeadjuster
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user