From f98cb60d80f281d3065b0282ed6f25b5f419ae1b Mon Sep 17 00:00:00 2001 From: Tess Avitabile Date: Tue, 19 Dec 2017 17:43:50 -0500 Subject: SERVER-1981 Support near and nearSphere predicates on sharded collections --- jstests/core/geo_mindistance.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'jstests/core/geo_mindistance.js') 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"; -- cgit v1.2.1