PYTHON-5500 Account for extra flakiness in test_dns_failures_logging (#2533)
This commit is contained in:
parent
4b4c949997
commit
4b4d74971c
@ -225,7 +225,7 @@ class TestSrvPolling(AsyncPyMongoTestCase):
|
||||
|
||||
await self.run_scenario(response_callback, False)
|
||||
|
||||
@flaky(reason="PYTHON-5500")
|
||||
@flaky(reason="PYTHON-5500", max_runs=3)
|
||||
async def test_dns_failures_logging(self):
|
||||
from dns import exception
|
||||
|
||||
|
||||
@ -225,7 +225,7 @@ class TestSrvPolling(PyMongoTestCase):
|
||||
|
||||
self.run_scenario(response_callback, False)
|
||||
|
||||
@flaky(reason="PYTHON-5500")
|
||||
@flaky(reason="PYTHON-5500", max_runs=3)
|
||||
def test_dns_failures_logging(self):
|
||||
from dns import exception
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user