summaryrefslogtreecommitdiff
path: root/jstests/core/recursion.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/recursion.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/recursion.js')
-rw-r--r--jstests/core/recursion.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/core/recursion.js b/jstests/core/recursion.js
index a7c8c9013f7..6f6e5c906af 100644
--- a/jstests/core/recursion.js
+++ b/jstests/core/recursion.js
@@ -2,8 +2,6 @@
// the past. See SERVER-19614.
//
// @tags: [
-// # mapReduce does not support afterClusterTime.
-// does_not_support_causal_consistency,
// does_not_support_stepdowns,
// requires_non_retryable_commands,
// ]