noise: Disable flaky test

This commit is contained in:
Christian Decker
2021-06-17 12:22:38 +02:00
parent 5add7e54b2
commit 6a3a90ae08

View File

@@ -35,6 +35,7 @@ def test_sendmsg_success(node_factory, executor):
@flaky # since we cannot force a payment to take a specific route
@unittest.skipIf(not DEVELOPER, "Fails often")
@unittest.skipIf(True, "Just not stable")
def test_sendmsg_retry(node_factory, executor):
"""Fail a sendmsg using a cheap route, and check that it retries.