diff options
Diffstat (limited to 'jstests/aggregation/sources/lookup/lookup.js')
-rw-r--r-- | jstests/aggregation/sources/lookup/lookup.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/jstests/aggregation/sources/lookup/lookup.js b/jstests/aggregation/sources/lookup/lookup.js index ecfdac3f7b9..af2c15cb8b2 100644 --- a/jstests/aggregation/sources/lookup/lookup.js +++ b/jstests/aggregation/sources/lookup/lookup.js @@ -1,5 +1,8 @@ // Basic $lookup regression tests. -// @tags: [requires_sharding] +// @tags: [ +// requires_sharding, +// requires_spawning_own_processes, +// ] load("jstests/aggregation/extras/utils.js"); // For assertErrorCode. |