From 6a3a90ae08d1e35c35993178ce7a026f874a35fa Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Thu, 17 Jun 2021 12:22:38 +0200 Subject: [PATCH] noise: Disable flaky test --- noise/test_chat.py | 1 + 1 file changed, 1 insertion(+) diff --git a/noise/test_chat.py b/noise/test_chat.py index be3821b..ebe23ba 100644 --- a/noise/test_chat.py +++ b/noise/test_chat.py @@ -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.