summaryrefslogtreecommitdiff
path: root/jstests/core/indexapi.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/indexapi.js')
-rw-r--r--jstests/core/indexapi.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/core/indexapi.js b/jstests/core/indexapi.js
index 2df9709171d..3153519501a 100644
--- a/jstests/core/indexapi.js
+++ b/jstests/core/indexapi.js
@@ -1,3 +1,6 @@
+// Cannot implicitly shard accessed collections because of not being able to create unique index
+// using hashed shard key pattern.
+// @tags: [cannot_create_unique_index_when_using_hashed_shard_key]
t = db.indexapi;
t.drop();