Skip to content

Commit a6f8036

Browse files
committed
Once again, stopped skipping TransientTransactionError pending PYTHON-4182
1 parent 178a537 commit a6f8036

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/unified_format.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1062,8 +1062,6 @@ def maybe_skip_test(self, spec):
10621062
if "unpin after non-transient error on abort" in spec["description"]:
10631063
if client_context.version[0] == 8:
10641064
self.skipTest("Skipping TransientTransactionError pending PYTHON-4182")
1065-
if "unpin after TransientTransactionError error on" in spec["description"]:
1066-
self.skipTest("Skipping TransientTransactionError pending PYTHON-4182")
10671065
if self.IS_SERVERLESS_PROXY is not None and (
10681066
"errors during the initial connection hello are ignored" in spec["description"]
10691067
or "pinned connection is released after a transient network commit error"

0 commit comments

Comments
 (0)