diff options
Diffstat (limited to 'jstests/aggregation/shard_targeting.js')
-rw-r--r-- | jstests/aggregation/shard_targeting.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/aggregation/shard_targeting.js b/jstests/aggregation/shard_targeting.js index c78bb93a29a..c33b0ab5d1c 100644 --- a/jstests/aggregation/shard_targeting.js +++ b/jstests/aggregation/shard_targeting.js @@ -20,7 +20,7 @@ * and will therefore invalidate the results of the test cases below, we tag this test to prevent it * running under the 'aggregation_facet_unwind' passthrough. * - * @tags: [do_not_wrap_aggregations_in_facets] + * @tags: [do_not_wrap_aggregations_in_facets, requires_sharding] */ (function() { load("jstests/libs/profiler.js"); // For profilerHas*OrThrow helper functions. |