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