mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-11 10:04:28 +01:00
pytest: enable race test.
Now this passes. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
neil saitug
parent
d31420211a
commit
2daf461762
@@ -4073,7 +4073,6 @@ def test_multichan(node_factory, executor, bitcoind):
|
||||
l1.rpc.pay(inv['bolt11'])
|
||||
|
||||
|
||||
@pytest.mark.xfail(reason="race in reconnect logic")
|
||||
@pytest.mark.developer("dev-no-reconnect required")
|
||||
def test_mutual_reconnect_race(node_factory, executor, bitcoind):
|
||||
"""Test simultaneous reconnect between nodes"""
|
||||
|
||||
Reference in New Issue
Block a user