summaryrefslogtreecommitdiff
path: root/jstests/aggregation/bugs/lookup_unwind_getmore.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/aggregation/bugs/lookup_unwind_getmore.js')
-rw-r--r--jstests/aggregation/bugs/lookup_unwind_getmore.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/aggregation/bugs/lookup_unwind_getmore.js b/jstests/aggregation/bugs/lookup_unwind_getmore.js
index 9eaece9bfe8..3ba7dbf4007 100644
--- a/jstests/aggregation/bugs/lookup_unwind_getmore.js
+++ b/jstests/aggregation/bugs/lookup_unwind_getmore.js
@@ -3,6 +3,9 @@
* changes as it unwinds the results.
*
* This test was designed to reproduce SERVER-22537.
+ * @tags: [
+ * requires_spawning_own_processes,
+ * ]
*/
(function() {
'use strict';