summaryrefslogtreecommitdiff
path: root/jstests/core/geo6.js
diff options
context:
space:
mode:
authorTess Avitabile <tess.avitabile@mongodb.com>2017-12-19 17:43:50 -0500
committerTess Avitabile <tess.avitabile@mongodb.com>2017-12-28 11:01:26 -0500
commitf98cb60d80f281d3065b0282ed6f25b5f419ae1b (patch)
treeef3834ff588eaab6ff8382fa9f4bc74ebbff7d57 /jstests/core/geo6.js
parente64b7e331649fd1d6beb83d981857ffd7ad6e539 (diff)
downloadmongo-f98cb60d80f281d3065b0282ed6f25b5f419ae1b.tar.gz
SERVER-1981 Support near and nearSphere predicates on sharded collections
Diffstat (limited to 'jstests/core/geo6.js')
-rw-r--r--jstests/core/geo6.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/jstests/core/geo6.js b/jstests/core/geo6.js
index 6cd1ce460f3..914b7679d70 100644
--- a/jstests/core/geo6.js
+++ b/jstests/core/geo6.js
@@ -1,7 +1,3 @@
-// Cannot implicitly shard accessed collections because of use of $near query instead of geoNear
-// command.
-// @tags: [assumes_unsharded_collection]
-
t = db.geo6;
t.drop();