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 fe3d9d6 commit 946869aCopy full SHA for 946869a
test/unified_format.py
@@ -1069,7 +1069,7 @@ def maybe_skip_test(self, spec):
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")
+ self.skipTest("Skipping TransientTransactionError pending PYTHON-4303")
1073
if "unpin on successful abort" in spec["description"]:
1074
1075
0 commit comments