summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Seyster <justin.seyster@mongodb.com>2023-05-04 02:41:40 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-05-04 03:17:37 +0000
commitb23bfea26064a90cee94c99d5b99d79a2f933fbf (patch)
treee0ff606d7459f50fb568d90ada595a0c395e681c
parente968d9507a2d038004de32250ea62edaa627d39e (diff)
downloadmongo-b23bfea26064a90cee94c99d5b99d79a2f933fbf.tar.gz
SERVER-76824 Do not run mr_single_reduce.js in stepdown suites
-rw-r--r--jstests/core/mr_single_reduce.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/core/mr_single_reduce.js b/jstests/core/mr_single_reduce.js
index 371837e92ce..779f2f650e7 100644
--- a/jstests/core/mr_single_reduce.js
+++ b/jstests/core/mr_single_reduce.js
@@ -1,5 +1,7 @@
// The test runs commands that are not allowed with security token: mapReduce.
// @tags: [
+// # Step-down can cause mapReduce to fail.
+// does_not_support_stepdowns,
// not_allowed_with_security_token,
// # Uses mapReduce command.
// requires_scripting,