Skip to content

Commit f6a418f

Browse files
authored
PYTHON-4182 Unskip test_unpin_after_TransientTransactionError_error_on_abort on latest (mongodb#1847)
1 parent c883012 commit f6a418f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/unified_format.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1170,9 +1170,6 @@ def maybe_skip_test(self, spec):
11701170
self.skipTest("Implement PYTHON-1894")
11711171
if "timeoutMS applied to entire download" in spec["description"]:
11721172
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")
11761173

11771174
class_name = self.__class__.__name__.lower()
11781175
description = spec["description"].lower()

0 commit comments

Comments
 (0)