Skip to content

Commit c8727e9

Browse files
PYTHON-4303 Temporarily skip two transaction tests (#1577)
1 parent e40ff35 commit c8727e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/unified_format.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1049,6 +1049,10 @@ def maybe_skip_test(self, spec):
10491049

10501050
if "unpin after TransientTransactionError error on" in spec["description"]:
10511051
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")
10521056

10531057
if "unpin after non-transient error on abort" in spec["description"]:
10541058
if client_context.version[0] == 8:

0 commit comments

Comments
 (0)