summaryrefslogtreecommitdiff
path: root/jstests/core/json_schema/min_max_properties.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/json_schema/min_max_properties.js')
-rw-r--r--jstests/core/json_schema/min_max_properties.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/core/json_schema/min_max_properties.js b/jstests/core/json_schema/min_max_properties.js
index ec11b615329..fbfffceb96c 100644
--- a/jstests/core/json_schema/min_max_properties.js
+++ b/jstests/core/json_schema/min_max_properties.js
@@ -1,3 +1,5 @@
+// @tags: [requires_non_retryable_commands]
+
/**
* Tests for the JSON Schema 'minProperties' and 'maxProperties' keywords.
*/