summaryrefslogtreecommitdiff
path: root/jstests/core/fts1.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/fts1.js')
-rw-r--r--jstests/core/fts1.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/jstests/core/fts1.js b/jstests/core/fts1.js
index 23364b2ecb7..5f507733b05 100644
--- a/jstests/core/fts1.js
+++ b/jstests/core/fts1.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]
+
load("jstests/libs/fts.js");
t = db.text1;