summaryrefslogtreecommitdiff
path: root/jstests/change_streams/lookup_post_image.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/change_streams/lookup_post_image.js')
-rw-r--r--jstests/change_streams/lookup_post_image.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/jstests/change_streams/lookup_post_image.js b/jstests/change_streams/lookup_post_image.js
index 7d1a0a1a457..be267f5feea 100644
--- a/jstests/change_streams/lookup_post_image.js
+++ b/jstests/change_streams/lookup_post_image.js
@@ -1,7 +1,10 @@
// Tests the 'fullDocument' argument to the $changeStream stage.
//
// The $changeStream stage is not allowed within a $facet stage.
-// @tags: [do_not_wrap_aggregations_in_facets]
+// @tags: [
+// do_not_wrap_aggregations_in_facets,
+// uses_multiple_connections,
+// ]
(function() {
"use strict";