summaryrefslogtreecommitdiff
path: root/jstests/core/group9.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/group9.js')
-rw-r--r--jstests/core/group9.js11
1 files changed, 8 insertions, 3 deletions
diff --git a/jstests/core/group9.js b/jstests/core/group9.js
index 17cd3ae94db..d32ae0611f0 100644
--- a/jstests/core/group9.js
+++ b/jstests/core/group9.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 requires javascript
+// requires_scripting
+// ]
(function() {
'use strict';