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 8787283 commit 07b6e95Copy full SHA for 07b6e95
test/asynchronous/test_srv_polling.py
@@ -225,6 +225,7 @@ def response_callback(*args):
225
226
await self.run_scenario(response_callback, False)
227
228
+ @flaky(reason="PYTHON-5500")
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