summaryrefslogtreecommitdiff
path: root/jstests/core/index3.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/index3.js')
-rw-r--r--jstests/core/index3.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/jstests/core/index3.js b/jstests/core/index3.js
index e908f1fe2c9..6ae7c4b82dd 100644
--- a/jstests/core/index3.js
+++ b/jstests/core/index3.js
@@ -1,4 +1,6 @@
-
+// Cannot implicitly shard accessed collections because of extra shard key index in sharded
+// collection.
+// @tags: [assumes_no_implicit_index_creation]
t = db.index3;
t.drop();