mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 22:45:27 +01:00
pytest: Disable flaky test_fundchannel_start_alternate
This test has been causing most CI runs to fail. See tracking issue #4265 for discussion on fixing and re-enabling it. Changelog-None
This commit is contained in:
parent
23d4e53246
commit
eae49727b1
1 changed files with 1 additions and 0 deletions
|
@ -2841,6 +2841,7 @@ def test_htlc_retransmit_order(node_factory, executor):
|
|||
# If order was wrong, we'll get a LOG_BROKEN and fixtures will complain.
|
||||
|
||||
|
||||
@unittest.skipIf(True, "Currently failing, see tracking issue #4265")
|
||||
def test_fundchannel_start_alternate(node_factory, executor):
|
||||
''' Test to see what happens if two nodes start channeling to
|
||||
each other alternately.
|
||||
|
|
Loading…
Add table
Reference in a new issue