mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-15 20:09:18 +01:00
pytest: remove zombie test.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
1e2bc665ae
commit
4bc5d6a0c5
1 changed files with 1 additions and 0 deletions
|
@ -2229,6 +2229,7 @@ def test_gossip_private_updates(node_factory, bitcoind):
|
|||
wait_for(lambda: l1.daemon.is_in_log(r'gossip_store_compact_offline: 5 deleted, 3 copied'))
|
||||
|
||||
|
||||
@pytest.mark.skip("Zombie research had unexpected side effects")
|
||||
@pytest.mark.developer("Needs --dev-fast-gossip, --dev-fast-gossip-prune")
|
||||
def test_channel_resurrection(node_factory, bitcoind):
|
||||
"""When a node goes offline long enough to prune a channel, the
|
||||
|
|
Loading…
Add table
Reference in a new issue