summaryrefslogtreecommitdiff
path: root/jstests/aggregation/bugs/lookup_unwind_killcursor.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/aggregation/bugs/lookup_unwind_killcursor.js')
-rw-r--r--jstests/aggregation/bugs/lookup_unwind_killcursor.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/aggregation/bugs/lookup_unwind_killcursor.js b/jstests/aggregation/bugs/lookup_unwind_killcursor.js
index 503bbf70e8d..45da6350c2f 100644
--- a/jstests/aggregation/bugs/lookup_unwind_killcursor.js
+++ b/jstests/aggregation/bugs/lookup_unwind_killcursor.js
@@ -3,6 +3,9 @@
* client for the aggregation pipeline is killed.
*
* This test was designed to reproduce SERVER-24386.
+ * @tags: [
+ * requires_spawning_own_processes,
+ * ]
*/
(function() {
'use strict';