summaryrefslogtreecommitdiff
path: root/jstests/aggregation/sources/facet/inner_lookup.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/aggregation/sources/facet/inner_lookup.js')
-rw-r--r--jstests/aggregation/sources/facet/inner_lookup.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/jstests/aggregation/sources/facet/inner_lookup.js b/jstests/aggregation/sources/facet/inner_lookup.js
index f4890324b65..c53bfa2b48e 100644
--- a/jstests/aggregation/sources/facet/inner_lookup.js
+++ b/jstests/aggregation/sources/facet/inner_lookup.js
@@ -1,3 +1,7 @@
+// Cannot implicitly shard accessed collections because unsupported use of sharded collection
+// for target collection of $lookup and $graphLookup.
+// @tags: [assumes_unsharded_collection]
+
/**
* Tests that using a $lookup stage inside of a $facet stage will yield the same results as using
* the $lookup stage outside of the $facet stage.