summaryrefslogtreecommitdiff
path: root/jstests/aggregation/shard_targeting.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/aggregation/shard_targeting.js')
-rw-r--r--jstests/aggregation/shard_targeting.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/jstests/aggregation/shard_targeting.js b/jstests/aggregation/shard_targeting.js
index c78bb93a29a..1e6855b4287 100644
--- a/jstests/aggregation/shard_targeting.js
+++ b/jstests/aggregation/shard_targeting.js
@@ -20,7 +20,10 @@
* 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_spawning_own_processes,
+ * ]
*/
(function() {
load("jstests/libs/profiler.js"); // For profilerHas*OrThrow helper functions.