Skip to content

Commit 115747d

Browse files
committed
[PYTHON-4303] Skip failing test in transactions-convenient-api/unified/commit.json
1 parent 8be31bf commit 115747d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/unified_format.py

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

10691069
if "unpin after TransientTransactionError error on" in spec["description"]:
10701070
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")
10711073

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

0 commit comments

Comments
 (0)