PYTHON-4356 Unskip spec tests for agg $out (#2008)

This commit is contained in:
Shane Harvey 2024-11-18 12:17:33 -08:00 committed by GitHub
parent 1dd42173e1
commit a3bdc133ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 18 deletions

View File

@ -545,15 +545,6 @@ class UnifiedSpecTestMixinV1(AsyncIntegrationTest):
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"]:

View File

@ -543,15 +543,6 @@ class UnifiedSpecTestMixinV1(IntegrationTest):
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"]: