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:
Christian Decker 2020-12-07 12:10:34 +01:00 committed by Rusty Russell
parent 23d4e53246
commit eae49727b1
1 changed files with 1 additions and 0 deletions

View File

@ -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.