summaryrefslogtreecommitdiff
path: root/jstests/aggregation/sources/replaceRoot/address.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/aggregation/sources/replaceRoot/address.js')
-rw-r--r--jstests/aggregation/sources/replaceRoot/address.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/jstests/aggregation/sources/replaceRoot/address.js b/jstests/aggregation/sources/replaceRoot/address.js
index 2f04d7bd9ec..5cfe51856cd 100644
--- a/jstests/aggregation/sources/replaceRoot/address.js
+++ b/jstests/aggregation/sources/replaceRoot/address.js
@@ -1,6 +1,9 @@
/**
* $replaceRoot can be used to extract parts of a document; here we test a simple address case.
- * @tags: [requires_sharding]
+ * @tags: [
+ * requires_sharding,
+ * requires_spawning_own_processes,
+ * ]
*/
(function() {