Add a note

This commit is contained in:
Kovid Goyal 2020-12-08 19:17:13 +05:30
parent f45278507e
commit 2b69620c51
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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