summaryrefslogtreecommitdiff
path: root/jstests/core/geo_mindistance.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_mindistance.js
parente64b7e331649fd1d6beb83d981857ffd7ad6e539 (diff)
downloadmongo-f98cb60d80f281d3065b0282ed6f25b5f419ae1b.tar.gz
SERVER-1981 Support near and nearSphere predicates on sharded collections
Diffstat (limited to 'jstests/core/geo_mindistance.js')
-rw-r--r--jstests/core/geo_mindistance.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/jstests/core/geo_mindistance.js b/jstests/core/geo_mindistance.js
index b6fa05dff05..82f3522c213 100644
--- a/jstests/core/geo_mindistance.js
+++ b/jstests/core/geo_mindistance.js
@@ -1,8 +1,4 @@
// Test $minDistance option for $near and $nearSphere queries, and geoNear command. SERVER-9395.
-//
-// Cannot implicitly shard accessed collections because of use of $near query instead of geoNear
-// command.
-// @tags: [assumes_unsharded_collection]
(function() {
"use strict";