From 2a00115086d41a44a62303437c19a76be70c8864 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 be3821b7..ebe23ba8 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.