summaryrefslogtreecommitdiff
path: root/jstests/core/eval_mr.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/eval_mr.js')
-rw-r--r--jstests/core/eval_mr.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/jstests/core/eval_mr.js b/jstests/core/eval_mr.js
index 04de66affb0..9c3ac3c7efe 100644
--- a/jstests/core/eval_mr.js
+++ b/jstests/core/eval_mr.js
@@ -1,6 +1,7 @@
// Cannot implicitly shard accessed collections because of following errmsg: Cannot output to a
// non-sharded collection because sharded collection exists already.
-// @tags: [assumes_unsharded_collection]
+// @tags: [assumes_unsharded_collection, does_not_support_stepdowns,
+// requires_non_retryable_commands]
// Test that the eval command can't be used to invoke the mapReduce command. SERVER-17889.
(function() {