diff options
author | Sulabh Mahajan <sulabh.mahajan@mongodb.com> | 2018-01-15 10:50:14 +1100 |
---|---|---|
committer | Sulabh Mahajan <sulabh.mahajan@mongodb.com> | 2018-01-15 13:06:00 +1100 |
commit | 86c02f1c786ccf46f97f4561ab0ad85aed87c297 (patch) | |
tree | 7aed6456a6747b27d10519ed2f1ecb0ee538684e /jstests/aggregation/bugs | |
parent | 20258d04c3bb4352c84af091bca1d404dac9cfee (diff) | |
download | mongo-86c02f1c786ccf46f97f4561ab0ad85aed87c297.tar.gz |
SERVER-32505 Create mobile SE evergreen variant - Linuxr3.7.1
Diffstat (limited to 'jstests/aggregation/bugs')
-rw-r--r-- | jstests/aggregation/bugs/server6179.js | 1 | ||||
-rw-r--r-- | jstests/aggregation/bugs/server7781.js | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/jstests/aggregation/bugs/server6179.js b/jstests/aggregation/bugs/server6179.js index 4e98ee17eb5..d04e9a590c2 100644 --- a/jstests/aggregation/bugs/server6179.js +++ b/jstests/aggregation/bugs/server6179.js @@ -1,4 +1,5 @@ // SERVER-6179: support for two $groups in sharded agg +// @tags: [requires_sharding] (function() { 'use strict'; diff --git a/jstests/aggregation/bugs/server7781.js b/jstests/aggregation/bugs/server7781.js index cfa10c699ed..4394fc4f3bb 100644 --- a/jstests/aggregation/bugs/server7781.js +++ b/jstests/aggregation/bugs/server7781.js @@ -1,4 +1,5 @@ // SERVER-7781 $geoNear pipeline stage +// @tags: [requires_sharding] (function() { 'use strict'; |