From 98bfd23fff7d2be8096413209c4ff84a4e5739f3 Mon Sep 17 00:00:00 2001 From: Alex Myers Date: Tue, 17 Jan 2023 13:21:41 -0600 Subject: [PATCH] pytest: test_channel_resurrection now succeeds --- tests/test_gossip.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_gossip.py b/tests/test_gossip.py index b15cda03d..f4c5b52de 100644 --- a/tests/test_gossip.py +++ b/tests/test_gossip.py @@ -2226,7 +2226,6 @@ def test_gossip_private_updates(node_factory, bitcoind): @pytest.mark.developer("Needs --dev-fast-gossip, --dev-fast-gossip-prune") -@pytest.mark.xfail(strict=True) def test_channel_resurrection(node_factory, bitcoind): """When a node goes offline long enough to prune a channel, the channel_announcement should be retained in case the node comes back online.