summaryrefslogtreecommitdiff
path: root/jstests/aggregation/sources/unionWith/unionWith_allows_stages.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/aggregation/sources/unionWith/unionWith_allows_stages.js')
-rw-r--r--jstests/aggregation/sources/unionWith/unionWith_allows_stages.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/aggregation/sources/unionWith/unionWith_allows_stages.js b/jstests/aggregation/sources/unionWith/unionWith_allows_stages.js
index a7c8b6b372b..3cf8394d1ca 100644
--- a/jstests/aggregation/sources/unionWith/unionWith_allows_stages.js
+++ b/jstests/aggregation/sources/unionWith/unionWith_allows_stages.js
@@ -2,6 +2,8 @@
* Test that $unionWith works with $geoNear, $text, and $indexStats
* Some of these stages cannot be used in facets.
* @tags: [
+ * # Asserts on the output of $indexStats.
+ * assumes_no_implicit_index_creation,
* do_not_wrap_aggregations_in_facets,
* ]
*/