summaryrefslogtreecommitdiff
path: root/jstests/core/uniqueness.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/uniqueness.js')
-rw-r--r--jstests/core/uniqueness.js11
1 files changed, 8 insertions, 3 deletions
diff --git a/jstests/core/uniqueness.js b/jstests/core/uniqueness.js
index a1763061af8..336ac10c130 100644
--- a/jstests/core/uniqueness.js
+++ b/jstests/core/uniqueness.js
@@ -1,7 +1,12 @@
-// Cannot implicitly shard accessed collections because of not being able to create unique index
-// using hashed shard key pattern.
+// @tags: [
+// # Cannot implicitly shard accessed collections because of not being able to create unique
+// # index using hashed shard key pattern.
+// cannot_create_unique_index_when_using_hashed_shard_key,
+// requires_fastcount,
//
-// @tags: [cannot_create_unique_index_when_using_hashed_shard_key, requires_fastcount]
+// # Investigate why this fails on embedded
+// incompatible_with_embedded_todo_investigate,
+// ]
var res;