From 2b69620c515db96195aaf23d09cd79229056d005 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 8 Dec 2020 19:17:13 +0530 Subject: [PATCH] Add a note --- src/calibre/srv/tests/base.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/srv/tests/base.py b/src/calibre/srv/tests/base.py index c80afa371c..a2a7ca670b 100644 --- a/src/calibre/srv/tests/base.py +++ b/src/calibre/srv/tests/base.py @@ -25,6 +25,7 @@ class BaseTest(unittest.TestCase): ae = unittest.TestCase.assertEqual def run(self, result=None): + # we retry failing server tests since they are flaky on CI if result is None: result = self.defaultTestResult() max_retries = 1