File tree Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -545,15 +545,6 @@ def maybe_skip_test(self, spec):
545545 or "Cancel server check" in spec ["description" ]
546546 ):
547547 self .skipTest ("MMAPv1 does not support retryWrites=True" )
548- if (
549- "AsyncDatabase-level aggregate with $out includes read preference for 5.0+ server"
550- in spec ["description" ]
551- ):
552- if async_client_context .version [0 ] == 8 :
553- self .skipTest ("waiting on PYTHON-4356" )
554- if "Aggregate with $out includes read preference for 5.0+ server" in spec ["description" ]:
555- if async_client_context .version [0 ] == 8 :
556- self .skipTest ("waiting on PYTHON-4356" )
557548 if "Client side error in command starting transaction" in spec ["description" ]:
558549 self .skipTest ("Implement PYTHON-1894" )
559550 if "timeoutMS applied to entire download" in spec ["description" ]:
Original file line number Diff line number Diff line change @@ -543,15 +543,6 @@ def maybe_skip_test(self, spec):
543543 or "Cancel server check" in spec ["description" ]
544544 ):
545545 self .skipTest ("MMAPv1 does not support retryWrites=True" )
546- if (
547- "Database-level aggregate with $out includes read preference for 5.0+ server"
548- in spec ["description" ]
549- ):
550- if client_context .version [0 ] == 8 :
551- self .skipTest ("waiting on PYTHON-4356" )
552- if "Aggregate with $out includes read preference for 5.0+ server" in spec ["description" ]:
553- if client_context .version [0 ] == 8 :
554- self .skipTest ("waiting on PYTHON-4356" )
555546 if "Client side error in command starting transaction" in spec ["description" ]:
556547 self .skipTest ("Implement PYTHON-1894" )
557548 if "timeoutMS applied to entire download" in spec ["description" ]:
You can’t perform that action at this time.
0 commit comments