summaryrefslogtreecommitdiff
path: root/jstests/aggregation/sources/graphLookup/sharded.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/aggregation/sources/graphLookup/sharded.js')
-rw-r--r--jstests/aggregation/sources/graphLookup/sharded.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/aggregation/sources/graphLookup/sharded.js b/jstests/aggregation/sources/graphLookup/sharded.js
index 78429a5af6d..d07e596e609 100644
--- a/jstests/aggregation/sources/graphLookup/sharded.js
+++ b/jstests/aggregation/sources/graphLookup/sharded.js
@@ -1,4 +1,7 @@
// In SERVER-23725, $graphLookup was introduced. In this file, we test that the expression behaves
+// @tags: [
+// requires_spawning_own_processes,
+// ]
// correctly on a sharded collection.
load("jstests/aggregation/extras/utils.js"); // For assertErrorCode.