PYTHON-3452 Skip SDAM test that relies on retryWrites on MMAPv1 (#1071)

This commit is contained in:
Shane Harvey 2022-10-10 12:48:42 -07:00 committed by GitHub
parent eaf0e6d84f
commit 8abeb882b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"]: