summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorAlexander Ignatyev <alexander.ignatyev@mongodb.com>2022-10-21 17:34:07 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-10-21 18:08:28 +0000
commitda7a8b14f26ef0310015a199e95e5edf30ddd526 (patch)
tree3b4778a1b5eaa24f33202ecaa113cd73f37bf807 /jstests
parentc155121007784e162c8d4307388a7da8a4326acb (diff)
downloadmongo-da7a8b14f26ef0310015a199e95e5edf30ddd526.tar.gz
SERVER-70757 Tag command_let_variables_merge_only.js with uses_out
Diffstat (limited to 'jstests')
-rw-r--r--jstests/core/command_let_variables_merge_only.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/jstests/core/command_let_variables_merge_only.js b/jstests/core/command_let_variables_merge_only.js
index 3e8c46f7cb4..3a9066111dd 100644
--- a/jstests/core/command_let_variables_merge_only.js
+++ b/jstests/core/command_let_variables_merge_only.js
@@ -2,9 +2,7 @@
* Tests that the aggregate command can use command-level let variables with $merge.
*
* @tags: [
- * assumes_unsharded_collection,
- * does_not_support_stepdowns,
- * does_not_support_causal_consistency,
+ * uses_$out,
* ]
*/
(function() {