summaryrefslogtreecommitdiff
path: root/jstests/aggregation/testSlave.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/aggregation/testSlave.js')
-rw-r--r--jstests/aggregation/testSlave.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/aggregation/testSlave.js b/jstests/aggregation/testSlave.js
index 0a03d68a49b..68459f2db2e 100644
--- a/jstests/aggregation/testSlave.js
+++ b/jstests/aggregation/testSlave.js
@@ -1,4 +1,7 @@
// This test just make sure that aggregation is possible on a secondary node.
+// @tags: [
+// requires_spawning_own_processes,
+// ]
var replTest = new ReplSetTest({name: 'aggTestSlave', nodes: 2});
var nodes = replTest.startSet();
replTest.initiate();