summaryrefslogtreecommitdiff
path: root/jstests/core/index_stats.js
diff options
context:
space:
mode:
authorAllison Easton <allison.easton@mongodb.com>2019-06-10 14:09:16 -0400
committerAllison Easton <allison.easton@mongodb.com>2019-06-10 16:01:34 -0400
commit45138bb6ba07bd74793814e78c2bf9b277ffff4f (patch)
tree58b9fed139924af4fd0b8e79456ef4ea05d1a3a0 /jstests/core/index_stats.js
parentb6ad5c431b8a1272617a3eff58872808afa53e31 (diff)
downloadmongo-45138bb6ba07bd74793814e78c2bf9b277ffff4f.tar.gz
SERVER-41303 Split jscore tests that run mapReduce but do not specifically test mapReduce into two
Diffstat (limited to 'jstests/core/index_stats.js')
-rw-r--r--jstests/core/index_stats.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/core/index_stats.js b/jstests/core/index_stats.js
index fa5b723cb3d..d815dde1b8d 100644
--- a/jstests/core/index_stats.js
+++ b/jstests/core/index_stats.js
@@ -7,8 +7,6 @@
// # update/delete on a sharded collection must contain an exact match on _id or contain the shard
// # key.
// assumes_unsharded_collection,
-// # mapReduce does not support afterClusterTime.
-// does_not_support_causal_consistency,
// does_not_support_stepdowns,
// requires_non_retryable_writes,
// ]