Skip to content

Commit fe3d9d6

Browse files
committed
[PYTHON-4303] Skip failing test in transactions/unified/mongos-unpin.json
1 parent 115747d commit fe3d9d6

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
@@ -1070,6 +1070,8 @@ def maybe_skip_test(self, spec):
10701070
self.skipTest("Skipping TransientTransactionError pending PYTHON-4227")
10711071
if "withTransaction commits after callback returns" in spec["description"]:
10721072
self.skipTest("Skipping TransientTransactionError pending PYTHON-4227")
1073+
if "unpin on successful abort" in spec["description"]:
1074+
self.skipTest("Skipping TransientTransactionError pending PYTHON-4227")
10731075

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

0 commit comments

Comments
 (0)