summaryrefslogtreecommitdiff
path: root/jstests/aggregation/mongos_merge.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/aggregation/mongos_merge.js')
-rw-r--r--jstests/aggregation/mongos_merge.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/jstests/aggregation/mongos_merge.js b/jstests/aggregation/mongos_merge.js
index ca03cbbe42e..09103907699 100644
--- a/jstests/aggregation/mongos_merge.js
+++ b/jstests/aggregation/mongos_merge.js
@@ -10,7 +10,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() {