Skip to content

Commit 07b6e95

Browse files
blink1073sleepyStick
authored andcommitted
PYTHON-5500 Mark test_dns_failures_logging as flaky (#2480)
1 parent 8787283 commit 07b6e95

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/asynchronous/test_srv_polling.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ def response_callback(*args):
225225

226226
await self.run_scenario(response_callback, False)
227227

228+
@flaky(reason="PYTHON-5500")
228229
async def test_dns_failures_logging(self):
229230
from dns import exception
230231

test/test_srv_polling.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ def response_callback(*args):
225225

226226
self.run_scenario(response_callback, False)
227227

228+
@flaky(reason="PYTHON-5500")
228229
def test_dns_failures_logging(self):
229230
from dns import exception
230231

0 commit comments

Comments
 (0)