summaryrefslogtreecommitdiff
path: root/jstests/core/geo_group.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/geo_group.js')
-rw-r--r--jstests/core/geo_group.js11
1 files changed, 8 insertions, 3 deletions
diff --git a/jstests/core/geo_group.js b/jstests/core/geo_group.js
index 72d91b7907d..a571131e114 100644
--- a/jstests/core/geo_group.js
+++ b/jstests/core/geo_group.js
@@ -1,7 +1,12 @@
-// Cannot implicitly shard accessed collections because group is not supported on sharded
-// collections.
+// @tags: [
+// # Cannot implicitly shard accessed collections because group is not supported on sharded
+// # collections.
+// assumes_unsharded_collection,
+// requires_fastcount,
//
-// @tags: [assumes_unsharded_collection, requires_fastcount]
+// # reduce uses javascript
+// requires_scripting,
+// ]
t = db.geo_group;
t.drop();