summaryrefslogtreecommitdiff
path: root/jstests/core/group8.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/group8.js')
-rw-r--r--jstests/core/group8.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/jstests/core/group8.js b/jstests/core/group8.js
index 85c8248b992..029d430103f 100644
--- a/jstests/core/group8.js
+++ b/jstests/core/group8.js
@@ -1,3 +1,7 @@
+// Cannot implicitly shard accessed collections because of unsupported group operator on sharded
+// collection.
+// @tags: [assumes_unsharded_collection]
+
// Test correctness of the "keys" and and "count" fields in the group command output.
var coll = db.group8;
var result;