Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions test/asynchronous/unified_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -545,15 +545,6 @@ def maybe_skip_test(self, spec):
or "Cancel server check" in spec["description"]
):
self.skipTest("MMAPv1 does not support retryWrites=True")
if (
"AsyncDatabase-level aggregate with $out includes read preference for 5.0+ server"
in spec["description"]
):
if async_client_context.version[0] == 8:
self.skipTest("waiting on PYTHON-4356")
if "Aggregate with $out includes read preference for 5.0+ server" in spec["description"]:
if async_client_context.version[0] == 8:
self.skipTest("waiting on PYTHON-4356")
if "Client side error in command starting transaction" in spec["description"]:
self.skipTest("Implement PYTHON-1894")
if "timeoutMS applied to entire download" in spec["description"]:
Expand Down
9 changes: 0 additions & 9 deletions test/unified_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -543,15 +543,6 @@ def maybe_skip_test(self, spec):
or "Cancel server check" in spec["description"]
):
self.skipTest("MMAPv1 does not support retryWrites=True")
if (
"Database-level aggregate with $out includes read preference for 5.0+ server"
in spec["description"]
):
if client_context.version[0] == 8:
self.skipTest("waiting on PYTHON-4356")
if "Aggregate with $out includes read preference for 5.0+ server" in spec["description"]:
if client_context.version[0] == 8:
self.skipTest("waiting on PYTHON-4356")
if "Client side error in command starting transaction" in spec["description"]:
self.skipTest("Implement PYTHON-1894")
if "timeoutMS applied to entire download" in spec["description"]:
Expand Down
Loading