summaryrefslogtreecommitdiff
path: root/jstests/aggregation/bugs/server3253.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/aggregation/bugs/server3253.js')
-rw-r--r--jstests/aggregation/bugs/server3253.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/jstests/aggregation/bugs/server3253.js b/jstests/aggregation/bugs/server3253.js
index 51e355cad0b..5df6736e88f 100644
--- a/jstests/aggregation/bugs/server3253.js
+++ b/jstests/aggregation/bugs/server3253.js
@@ -1,6 +1,9 @@
// Cannot implicitly shard accessed collections because unsupported use of sharded collection
// for output collection of aggregation pipeline.
-// @tags: [assumes_unsharded_collection]
+// @tags: [
+// assumes_superuser_permissions,
+// assumes_unsharded_collection,
+// ]
// server-3253 Unsharded support for $out
load('jstests/aggregation/extras/utils.js');