summaryrefslogtreecommitdiff
path: root/jstests/core/wildcard_index_return_key.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/wildcard_index_return_key.js')
-rw-r--r--jstests/core/wildcard_index_return_key.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/core/wildcard_index_return_key.js b/jstests/core/wildcard_index_return_key.js
index 53f7da8c09c..6956dbce0ec 100644
--- a/jstests/core/wildcard_index_return_key.js
+++ b/jstests/core/wildcard_index_return_key.js
@@ -1,5 +1,8 @@
/**
* Tests that $** indexes works with returnKey option.
+ * @tags: [
+ * sbe_incompatible,
+ * ]
*/
(function() {
'use strict';