summaryrefslogtreecommitdiff
path: root/jstests/core/system_profile.js
diff options
context:
space:
mode:
authorCharlie Swanson <charlie.swanson@mongodb.com>2019-08-20 15:32:40 +0000
committerevergreen <evergreen@mongodb.com>2019-08-20 15:32:40 +0000
commita4104d8069cdcba6ae4fb9b7e07e41050f888a60 (patch)
tree84faa8abc53d4281e79dc7550c318aad2bedcea1 /jstests/core/system_profile.js
parent1463c58b700738a17ff8501c8b5bc6b6fea8f3ea (diff)
downloadmongo-a4104d8069cdcba6ae4fb9b7e07e41050f888a60.tar.gz
SERVER-42896 Blacklist most mapReduce tests from multi_shard_local_read_write_multi_stmt_txn_jscore_passthrough
Diffstat (limited to 'jstests/core/system_profile.js')
-rw-r--r--jstests/core/system_profile.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/core/system_profile.js b/jstests/core/system_profile.js
index 06c8e48f99b..2919f607fb6 100644
--- a/jstests/core/system_profile.js
+++ b/jstests/core/system_profile.js
@@ -4,6 +4,7 @@
// requires_collstats,
// requires_non_retryable_commands,
// requires_non_retryable_writes,
+// uses_map_reduce_with_temp_collections,
// ]
// Test various user operations against "system.profile" collection. SERVER-18111.