summaryrefslogtreecommitdiff
path: root/jstests/core/wildcard_index_type.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/wildcard_index_type.js')
-rw-r--r--jstests/core/wildcard_index_type.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/core/wildcard_index_type.js b/jstests/core/wildcard_index_type.js
index d56cfcf8234..d9623a47ba9 100644
--- a/jstests/core/wildcard_index_type.js
+++ b/jstests/core/wildcard_index_type.js
@@ -1,5 +1,6 @@
/**
* Test $** support for the $type operator.
+ * TODO SERVER-52734: remove sbe_incompatible tag
* @tags: [
* sbe_incompatible,
* ]