File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -3494,6 +3494,7 @@ async def asyncSetUp(self) -> None:
3494
3494
hello = await self .mongocryptd_client .db .command ("hello" )
3495
3495
self .assertNotIn ("logicalSessionTimeoutMinutes" , hello )
3496
3496
3497
+ @flaky # PYTHON-4982
3497
3498
async def test_implicit_session_ignored_when_unsupported (self ):
3498
3499
self .listener .reset ()
3499
3500
with self .assertRaises (OperationFailure ):
Original file line number Diff line number Diff line change @@ -3476,6 +3476,7 @@ def setUp(self) -> None:
3476
3476
hello = self .mongocryptd_client .db .command ("hello" )
3477
3477
self .assertNotIn ("logicalSessionTimeoutMinutes" , hello )
3478
3478
3479
+ @flaky # PYTHON-4982
3479
3480
def test_implicit_session_ignored_when_unsupported (self ):
3480
3481
self .listener .reset ()
3481
3482
with self .assertRaises (OperationFailure ):
You can’t perform that action at this time.
0 commit comments