Skip to content

Commit 8abeb88

Browse files
authored
PYTHON-3452 Skip SDAM test that relies on retryWrites on MMAPv1 (#1071)
1 parent eaf0e6d commit 8abeb88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/unified_format.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -936,6 +936,7 @@ def maybe_skip_test(self, spec):
936936
if (
937937
"Dirty explicit session is discarded" in spec["description"]
938938
or "Dirty implicit session is discarded" in spec["description"]
939+
or "Cancel server check" in spec["description"]
939940
):
940941
self.skipTest("MMAPv1 does not support retryWrites=True")
941942
if "Client side error in command starting transaction" in spec["description"]:

0 commit comments

Comments
 (0)