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 115747d commit fe3d9d6Copy full SHA for fe3d9d6
test/unified_format.py
@@ -1070,6 +1070,8 @@ def maybe_skip_test(self, spec):
1070
self.skipTest("Skipping TransientTransactionError pending PYTHON-4227")
1071
if "withTransaction commits after callback returns" in spec["description"]:
1072
1073
+ if "unpin on successful abort" in spec["description"]:
1074
+ self.skipTest("Skipping TransientTransactionError pending PYTHON-4227")
1075
1076
if "unpin after non-transient error on abort" in spec["description"]:
1077
if client_context.version[0] == 8:
0 commit comments