mirror of
https://github.com/aljazceru/plugins.git
synced 2025-12-24 00:24:19 +01:00
jitrebalance: Skip tests if not developer, gossip is too slow
This commit is contained in:
@@ -3,11 +3,13 @@ from pyln.testing.utils import wait_for
|
||||
from pprint import pprint
|
||||
import os
|
||||
import time
|
||||
import unittest
|
||||
|
||||
|
||||
plugin = os.path.join(os.path.dirname(__file__), 'jitrebalance.py')
|
||||
|
||||
|
||||
@unittest.skipIf(not DEVELOPER, "gossip is too slow if we're not in developer mode")
|
||||
def test_simple_rebalance(node_factory):
|
||||
"""Simple rebalance that routes along a cycle to enable the original payment
|
||||
|
||||
|
||||
Reference in New Issue
Block a user