mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Add a note
This commit is contained in:
parent
f45278507e
commit
2b69620c51
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user