summaryrefslogtreecommitdiff
path: root/jstests/aggregation/bugs/lookup_unwind_getmore.js
diff options
context:
space:
mode:
authorMax Hirschhorn <max.hirschhorn@mongodb.com>2019-01-22 22:12:08 -0500
committerMax Hirschhorn <max.hirschhorn@mongodb.com>2019-01-22 22:12:08 -0500
commit05ec08fa62771582fb3f45160fff2e0ff184d6d9 (patch)
treee386f539f71b56a4f7c07f4e61487b0d1e223546 /jstests/aggregation/bugs/lookup_unwind_getmore.js
parent167861a164723168adfaaa866f310cb94010428f (diff)
downloadmongo-v3.6.9-dbaas-testing.tar.gz
SERVER-39097 Tag JS tests with reason they're unable to run in Atlas.v3.6.9-dbaas-testing
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';