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 e40ff35 commit c8727e9Copy full SHA for c8727e9
test/unified_format.py
@@ -1049,6 +1049,10 @@ def maybe_skip_test(self, spec):
1049
1050
if "unpin after TransientTransactionError error on" in spec["description"]:
1051
self.skipTest("Skipping TransientTransactionError pending PYTHON-4227")
1052
+ if "withTransaction commits after callback returns" in spec["description"]:
1053
+ self.skipTest("Skipping TransientTransactionError pending PYTHON-4303")
1054
+ if "unpin on successful abort" in spec["description"]:
1055
+ self.skipTest("Skipping TransientTransactionError pending PYTHON-4227")
1056
1057
if "unpin after non-transient error on abort" in spec["description"]:
1058
if client_context.version[0] == 8:
0 commit comments