summaryrefslogtreecommitdiff
path: root/jstests/core/eval2.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/eval2.js')
-rw-r--r--jstests/core/eval2.js11
1 files changed, 8 insertions, 3 deletions
diff --git a/jstests/core/eval2.js b/jstests/core/eval2.js
index 6c0fc1f58e9..f928a41c0cb 100644
--- a/jstests/core/eval2.js
+++ b/jstests/core/eval2.js
@@ -1,6 +1,11 @@
-// Cannot implicitly shard accessed collections because of unsupported group operator on sharded
-// collection.
-// @tags: [assumes_unsharded_collection]
+// @tags: [
+// # Cannot implicitly shard accessed collections because of unsupported group operator on
+// # sharded collection.
+// assumes_unsharded_collection,
+//
+// # group uses javascript
+// requires_scripting,
+// ]
t = db.eval2;
t.drop();