From 5691f717f4c6708358a7db36bc00a91b201d7221 Mon Sep 17 00:00:00 2001 From: Michael Schmoock Date: Wed, 14 Sep 2022 15:37:33 +0200 Subject: [PATCH] drain: reenable test_setbalance as it is stable --- drain/test_drain.py | 1 - 1 file changed, 1 deletion(-) diff --git a/drain/test_drain.py b/drain/test_drain.py index 90460df..d98fe38 100644 --- a/drain/test_drain.py +++ b/drain/test_drain.py @@ -129,7 +129,6 @@ def test_fill_and_drain(node_factory, bitcoind): @unittest.skipIf(not DEVELOPER, "slow gossip, needs DEVELOPER=1") -@unittest.skipIf(EXPERIMENTAL_FEATURES, "temporarily disabled since amounts seem to change") def test_setbalance(node_factory, bitcoind): # SETUP: a basic circular setup to run setbalance tests #