Skip to content

Commit ebcf174

Browse files
committed
add comment
1 parent 78bcd99 commit ebcf174

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/asynchronous/test_client_bulk_write.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,7 @@ async def asyncSetUp(self):
627627

628628
@async_client_context.require_version_min(8, 0, 0, -24)
629629
@async_client_context.require_failCommand_fail_point
630+
# PYTHON-5290
630631
@flaky(max_runs=3 if sys.platform == "linux" else 5, affects_cpython_linux=True)
631632
async def test_timeout_in_multi_batch_bulk_write(self):
632633
_OVERHEAD = 500

test/test_client_bulk_write.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,7 @@ def setUp(self):
623623

624624
@client_context.require_version_min(8, 0, 0, -24)
625625
@client_context.require_failCommand_fail_point
626+
# PYTHON-5290
626627
@flaky(max_runs=3 if sys.platform == "linux" else 5, affects_cpython_linux=True)
627628
def test_timeout_in_multi_batch_bulk_write(self):
628629
_OVERHEAD = 500

0 commit comments

Comments
 (0)