We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c883012 commit f6a418fCopy full SHA for f6a418f
test/unified_format.py
@@ -1170,9 +1170,6 @@ def maybe_skip_test(self, spec):
1170
self.skipTest("Implement PYTHON-1894")
1171
if "timeoutMS applied to entire download" in spec["description"]:
1172
self.skipTest("PyMongo's open_download_stream does not cap the stream's lifetime")
1173
- if "unpin after non-transient error on abort" in spec["description"]:
1174
- if client_context.version[0] == 8:
1175
- self.skipTest("Skipping TransientTransactionError pending PYTHON-4182")
1176
1177
class_name = self.__class__.__name__.lower()
1178
description = spec["description"].lower()
0 commit comments