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