summaryrefslogtreecommitdiff
path: root/jstests/aggregation/sources/addFields/weather.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/aggregation/sources/addFields/weather.js')
-rw-r--r--jstests/aggregation/sources/addFields/weather.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/aggregation/sources/addFields/weather.js b/jstests/aggregation/sources/addFields/weather.js
index 7e2be837329..d5009b42821 100644
--- a/jstests/aggregation/sources/addFields/weather.js
+++ b/jstests/aggregation/sources/addFields/weather.js
@@ -2,6 +2,9 @@
* $addFields can be used to add fixed and computed fields to documents while preserving the
* original document. Verify that using $addFields and adding computed fields in a $project yield
* the same result. Use the sample case of computing weather metadata.
+ * @tags: [
+ * requires_spawning_own_processes,
+ * ]
*/
(function() {