Skip to content

Commit 12fa772

Browse files
committed
skipTest: test_unpin_after_TransientTransactionError_error_on_abort pending PYTHON-4182
1 parent 3de56f1 commit 12fa772

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/unified_format.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1062,6 +1062,8 @@ 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")
10651067
if self.IS_SERVERLESS_PROXY is not None and (
10661068
"errors during the initial connection hello are ignored" in spec["description"]
10671069
or "pinned connection is released after a transient network commit error"

0 commit comments

Comments
 (0)