summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml
diff options
context:
space:
mode:
authorJacob Evans <jacob.evans@mongodb.com>2019-11-05 19:45:39 +0000
committerevergreen <evergreen@mongodb.com>2019-11-05 19:45:39 +0000
commit9561ea73bc0004fc1835430f9789546484c1e7e7 (patch)
tree926cce8e3ec8fd37e82d24a450f9166001023aa5 /buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml
parent853bdc4b34d9c3505e2af1f443ad7a99a619adea (diff)
downloadmongo-9561ea73bc0004fc1835430f9789546484c1e7e7.tar.gz
SERVER-43749 Modernize mapReduce tests in core
Diffstat (limited to 'buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml')
-rw-r--r--buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml
index 3f482a91acc..03e971ca184 100644
--- a/buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml
@@ -76,9 +76,8 @@ selector:
# TODO: Remove after fixing SERVER-32563. The implementation of explain for the count command is
# incorrect on sharded collections.
- jstests/core/explain_count.js
- # TODO: Remove after fixing SERVER-14324. mapReduce behaves unpredictably when the out collection
- # is sharded on anything other than {_id: 1}.
- - jstests/core/mr_undef.js
+ # TODO: Remove after implementing SERVER-42677. Legacy mapReduce behaves unpredictably when the
+ # out collection is sharded on anything other than {_id: 1}.
# TODO SERVER-32311: These tests use plan stage helpers which can't handle sharded explain output.
- jstests/core/expr_index_use.js
- jstests/core/index_multikey.js