PYTHON-4356 Unskip spec tests for agg $out (#2008)
This commit is contained in:
parent
1dd42173e1
commit
a3bdc133ca
@ -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"]:
|
||||
|
||||
@ -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"]:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user