summaryrefslogtreecommitdiff
path: root/jstests/change_streams
diff options
context:
space:
mode:
authorWenbin Zhu <wenbin.zhu@mongodb.com>2021-10-14 17:51:38 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-10-14 18:45:43 +0000
commit16c954fa873af6c06ae5428b8af7db3363ae8747 (patch)
tree1fd5b57a025f92cca0104d67097718839302d08c /jstests/change_streams
parente4c27a5c36dfe4c510809c8d1feb824a545b8b58 (diff)
downloadmongo-16c954fa873af6c06ae5428b8af7db3363ae8747.tar.gz
SERVER-60086 Add read concern check for aggregate commands.
Diffstat (limited to 'jstests/change_streams')
-rw-r--r--jstests/change_streams/ban_from_lookup.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/jstests/change_streams/ban_from_lookup.js b/jstests/change_streams/ban_from_lookup.js
index 9e2f6ee8c1b..454dd3e9e4e 100644
--- a/jstests/change_streams/ban_from_lookup.js
+++ b/jstests/change_streams/ban_from_lookup.js
@@ -1,5 +1,9 @@
/**
* Test that the $changeStream stage cannot be used in a $lookup pipeline or sub-pipeline.
+ *
+ * @tags: [
+ * change_stream_does_not_expect_txns,
+ * ]
*/
(function() {
"use strict";