summaryrefslogtreecommitdiff
path: root/jstests/core/explain_agg_write_concern.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/explain_agg_write_concern.js')
-rw-r--r--jstests/core/explain_agg_write_concern.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/jstests/core/explain_agg_write_concern.js b/jstests/core/explain_agg_write_concern.js
index 3a70040a525..7a73bee79cf 100644
--- a/jstests/core/explain_agg_write_concern.js
+++ b/jstests/core/explain_agg_write_concern.js
@@ -1,3 +1,7 @@
+// Cannot implicitly shard accessed collections because unsupported use of sharded collection
+// for output collection of aggregation pipeline.
+// @tags: [assumes_unsharded_collection]
+
/**
* Tests related to the aggregate commands behavior with writeConcern and writeConcern + explain.
*/