summaryrefslogtreecommitdiff
path: root/jstests/core/geo_s2nongeoarray.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/geo_s2nongeoarray.js
parente64b7e331649fd1d6beb83d981857ffd7ad6e539 (diff)
downloadmongo-f98cb60d80f281d3065b0282ed6f25b5f419ae1b.tar.gz
SERVER-1981 Support near and nearSphere predicates on sharded collections
Diffstat (limited to 'jstests/core/geo_s2nongeoarray.js')
-rw-r--r--jstests/core/geo_s2nongeoarray.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/jstests/core/geo_s2nongeoarray.js b/jstests/core/geo_s2nongeoarray.js
index ff027ee1a4f..4b210f8f779 100644
--- a/jstests/core/geo_s2nongeoarray.js
+++ b/jstests/core/geo_s2nongeoarray.js
@@ -1,7 +1,3 @@
-// Cannot implicitly shard accessed collections because of use of $near query instead of geoNear
-// command.
-// @tags: [assumes_unsharded_collection]
-
// Explode arrays when indexing non-geo fields in 2dsphere, and make sure that
// we find them with queries.
t = db.geo_s2nongeoarray;