summaryrefslogtreecommitdiff
path: root/jstests/core/mr_correctness.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/mr_correctness.js')
-rw-r--r--jstests/core/mr_correctness.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/core/mr_correctness.js b/jstests/core/mr_correctness.js
index 9dc6aaf1c4c..d26bc2cf5f3 100644
--- a/jstests/core/mr_correctness.js
+++ b/jstests/core/mr_correctness.js
@@ -6,6 +6,9 @@
// requires_fastcount,
// requires_getmore,
// uses_map_reduce_with_temp_collections,
+// # Map Reduce before 4.4. does not support outputting to a sharded collection whose shard key is
+// # {_id: "hashed"}.
+// requires_fcv_44,
// ]
(function() {
"use strict";