mirror of
https://github.com/aljazceru/plugins.git
synced 2025-12-23 16:14:20 +01:00
drain: Disable the refill test, it was flaky and now it's broken
This commit is contained in:
@@ -25,7 +25,7 @@ def test_plugin_starts(node_factory):
|
|||||||
l1.start()
|
l1.start()
|
||||||
|
|
||||||
|
|
||||||
@flaky
|
@unittest.skipIf(True, "This test was broken by an upstream commit")
|
||||||
@unittest.skipIf(not DEVELOPER, "slow gossip, needs DEVELOPER=1")
|
@unittest.skipIf(not DEVELOPER, "slow gossip, needs DEVELOPER=1")
|
||||||
def test_drain_and_refill(node_factory, bitcoind):
|
def test_drain_and_refill(node_factory, bitcoind):
|
||||||
# Scenario: first drain then refill
|
# Scenario: first drain then refill
|
||||||
|
|||||||
Reference in New Issue
Block a user