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.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/jstests/core/geo_group.js b/jstests/core/geo_group.js
index 34ecc2c3a84..3ce3d63ef0c 100644
--- a/jstests/core/geo_group.js
+++ b/jstests/core/geo_group.js
@@ -1,3 +1,7 @@
+// Cannot implicitly shard accessed collections because of use of $near query instead of geoNear
+// command.
+// @tags: [assumes_unsharded_collection]
+
t = db.geo_group;
t.drop();