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 a67d2ed commit e42c809Copy full SHA for e42c809
test/unified_format.py
@@ -1053,8 +1053,6 @@ def maybe_skip_test(self, spec):
1053
1054
if "unpin after TransientTransactionError error on" in spec["description"]:
1055
self.skipTest("Skipping TransientTransactionError pending PYTHON-4227")
1056
- # if "withTransaction commits after callback returns" in spec["description"]:
1057
- # self.skipTest("Skipping TransientTransactionError pending PYTHON-4303")
1058
if "unpin on successful abort" in spec["description"]:
1059
1060
0 commit comments