summaryrefslogtreecommitdiff
path: root/jstests/core/index2.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/index2.js')
-rw-r--r--jstests/core/index2.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/jstests/core/index2.js b/jstests/core/index2.js
index 11ef4e68caa..e12ece27019 100644
--- a/jstests/core/index2.js
+++ b/jstests/core/index2.js
@@ -1,4 +1,7 @@
-/* test indexing where the key is an embedded object.
+/**test indexing where the key is an embedded object.
+ * @tags: [
+ * sbe_incompatible,
+ * ]
*/
t = db.embeddedIndexTest2;