summaryrefslogtreecommitdiff
path: root/jstests/core/constructors.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/constructors.js')
-rw-r--r--jstests/core/constructors.js8
1 files changed, 6 insertions, 2 deletions
diff --git a/jstests/core/constructors.js b/jstests/core/constructors.js
index 52ce8f04065..4d6f8b498cc 100644
--- a/jstests/core/constructors.js
+++ b/jstests/core/constructors.js
@@ -1,6 +1,10 @@
-// @tags: [does_not_support_stepdowns, requires_non_retryable_commands]
-
// Tests to see what validity checks are done for 10gen specific object construction
+//
+// @tags: [
+// does_not_support_stepdowns,
+// requires_eval_command,
+// requires_non_retryable_commands,
+// ]
// Takes a list of constructors and returns a new list with an extra entry for each constructor with
// "new" prepended