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 3de56f1 commit 12fa772Copy full SHA for 12fa772
test/unified_format.py
@@ -1062,6 +1062,8 @@ def maybe_skip_test(self, spec):
1062
if "unpin after non-transient error on abort" in spec["description"]:
1063
if client_context.version[0] == 8:
1064
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")
1067
if self.IS_SERVERLESS_PROXY is not None and (
1068
"errors during the initial connection hello are ignored" in spec["description"]
1069
or "pinned connection is released after a transient network commit error"
0 commit comments