summaryrefslogtreecommitdiff
path: root/jstests/core/geof.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/geof.js')
-rw-r--r--jstests/core/geof.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/jstests/core/geof.js b/jstests/core/geof.js
index 4eae803a856..ed10c6496c6 100644
--- a/jstests/core/geof.js
+++ b/jstests/core/geof.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.geof;
t.drop();