Skip to content

Commit

Permalink
pytest: test_channel_resurrection now succeeds
Browse files Browse the repository at this point in the history
  • Loading branch information
endothermicdev authored and rustyrussell committed Jan 30, 2023
1 parent 1bae8cd commit 98bfd23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_gossip.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 98bfd23

Please sign in to comment.