jitrebalance: Skip tests if not developer, gossip is too slow

This commit is contained in:
Christian Decker
2019-12-05 02:00:24 +01:00
parent 7479c342c4
commit 9ef45ae83c

View File

@@ -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