mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 22:45:27 +01:00
pytest: enable race test.
Now this passes. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
d31420211a
commit
2daf461762
1 changed files with 0 additions and 1 deletions
|
@ -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"""
|
||||
|
|
Loading…
Add table
Reference in a new issue