summaryrefslogtreecommitdiff
path: root/jstests/aggregation/sources/lookup/lookup.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/aggregation/sources/lookup/lookup.js')
-rw-r--r--jstests/aggregation/sources/lookup/lookup.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/aggregation/sources/lookup/lookup.js b/jstests/aggregation/sources/lookup/lookup.js
index 90b4669d886..97b15fa2b35 100644
--- a/jstests/aggregation/sources/lookup/lookup.js
+++ b/jstests/aggregation/sources/lookup/lookup.js
@@ -1,4 +1,7 @@
// Basic $lookup regression tests.
+// @tags: [
+// requires_spawning_own_processes,
+// ]
load("jstests/aggregation/extras/utils.js"); // For assertErrorCode.