PYTHON-4182 Unskip test_unpin_after_TransientTransactionError_error_on_abort on latest (#1847)

This commit is contained in:
Steven Silvester 2024-09-09 09:44:03 -05:00 committed by GitHub
parent c883012b56
commit f6a418f590
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1170,9 +1170,6 @@ class UnifiedSpecTestMixinV1(IntegrationTest):
self.skipTest("Implement PYTHON-1894")
if "timeoutMS applied to entire download" in spec["description"]:
self.skipTest("PyMongo's open_download_stream does not cap the stream's lifetime")
if "unpin after non-transient error on abort" in spec["description"]:
if client_context.version[0] == 8:
self.skipTest("Skipping TransientTransactionError pending PYTHON-4182")
class_name = self.__class__.__name__.lower()
description = spec["description"].lower()