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 178a537 commit a6f8036Copy full SHA for a6f8036
test/unified_format.py
@@ -1062,8 +1062,6 @@ 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