We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b4c949 commit 4b4d749Copy full SHA for 4b4d749
test/asynchronous/test_srv_polling.py
@@ -225,7 +225,7 @@ def response_callback(*args):
225
226
await self.run_scenario(response_callback, False)
227
228
- @flaky(reason="PYTHON-5500")
+ @flaky(reason="PYTHON-5500", max_runs=3)
229
async def test_dns_failures_logging(self):
230
from dns import exception
231
test/test_srv_polling.py
self.run_scenario(response_callback, False)
def test_dns_failures_logging(self):
0 commit comments