PYTHON-3452 Skip SDAM test that relies on retryWrites on MMAPv1 (#1071)
This commit is contained in:
parent
eaf0e6d84f
commit
8abeb882b4
@ -936,6 +936,7 @@ class UnifiedSpecTestMixinV1(IntegrationTest):
|
||||
if (
|
||||
"Dirty explicit session is discarded" in spec["description"]
|
||||
or "Dirty implicit session is discarded" in spec["description"]
|
||||
or "Cancel server check" in spec["description"]
|
||||
):
|
||||
self.skipTest("MMAPv1 does not support retryWrites=True")
|
||||
if "Client side error in command starting transaction" in spec["description"]:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user