From 8abeb882b4ebd6f72ba2cf032ac545d70407a3b7 Mon Sep 17 00:00:00 2001 From: Shane Harvey Date: Mon, 10 Oct 2022 12:48:42 -0700 Subject: [PATCH] PYTHON-3452 Skip SDAM test that relies on retryWrites on MMAPv1 (#1071) --- test/unified_format.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/unified_format.py b/test/unified_format.py index 3f51c335e..005e91f6b 100644 --- a/test/unified_format.py +++ b/test/unified_format.py @@ -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"]: