summaryrefslogtreecommitdiff
path: root/jstests/aggregation/sources/lookup/lookup.js
diff options
context:
space:
mode:
authorMax Hirschhorn <max.hirschhorn@mongodb.com>2019-03-11 18:25:30 -0400
committerMax Hirschhorn <max.hirschhorn@mongodb.com>2019-03-11 18:25:30 -0400
commitebd807f9af4391d16845c1ed12d25b64dc0ad782 (patch)
treef699fce123fd8baf72d12d6741fccd467b6be0b9 /jstests/aggregation/sources/lookup/lookup.js
parentc63996302e0f9fde3ca535347bbaf189d345ead6 (diff)
downloadmongo-ebd807f9af4391d16845c1ed12d25b64dc0ad782.tar.gz
SERVER-40076 Tag JS tests with reason they're unable to run in Atlas.
(cherry picked from commit 05ec08fa62771582fb3f45160fff2e0ff184d6d9)
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.