diff options
Diffstat (limited to 'jstests/core/geo3.js')
-rw-r--r-- | jstests/core/geo3.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/core/geo3.js b/jstests/core/geo3.js index feb93b783cb..e12ffb6184e 100644 --- a/jstests/core/geo3.js +++ b/jstests/core/geo3.js @@ -1,3 +1,6 @@ +// Cannot implicitly shard accessed collections because of use of $near query instead of geoNear +// command. +// @tags: [assumes_unsharded_collection] t = db.geo3; t.drop(); |