Skip to content

Commit e42c809

Browse files
committed
[PYTHON-4303] Removed skip of failing tests as they now pass
1 parent a67d2ed commit e42c809

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/unified_format.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1053,8 +1053,6 @@ def maybe_skip_test(self, spec):
10531053

10541054
if "unpin after TransientTransactionError error on" in spec["description"]:
10551055
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")
10581056
if "unpin on successful abort" in spec["description"]:
10591057
self.skipTest("Skipping TransientTransactionError pending PYTHON-4227")
10601058

0 commit comments

Comments
 (0)