We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf0e6d commit 8abeb88Copy full SHA for 8abeb88
test/unified_format.py
@@ -936,6 +936,7 @@ def maybe_skip_test(self, spec):
936
if (
937
"Dirty explicit session is discarded" in spec["description"]
938
or "Dirty implicit session is discarded" in spec["description"]
939
+ or "Cancel server check" in spec["description"]
940
):
941
self.skipTest("MMAPv1 does not support retryWrites=True")
942
if "Client side error in command starting transaction" in spec["description"]:
0 commit comments