mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 15:44:21 +01:00
pytest: Add flaky dependency and mark as test_closing_different_fees
This is mainly just a stopgap solution until we get to stabilize the test. Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
committed by
Rusty Russell
parent
957b32affe
commit
65cac1ba85
@@ -1,6 +1,7 @@
|
||||
from concurrent import futures
|
||||
from decimal import Decimal
|
||||
from ephemeral_port_reserve import reserve as reserve_port
|
||||
from flaky import flaky
|
||||
from utils import wait_for
|
||||
|
||||
import copy
|
||||
@@ -1439,6 +1440,7 @@ class LightningDTests(BaseLightningDTests):
|
||||
bitcoind.generate_block(5)
|
||||
sync_blockheight([l1])
|
||||
|
||||
@flaky
|
||||
def test_closing_different_fees(self):
|
||||
l1 = self.node_factory.get_node()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user