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