summaryrefslogtreecommitdiff
path: root/jstests/core/not3.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/not3.js')
-rw-r--r--jstests/core/not3.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/core/not3.js b/jstests/core/not3.js
index 9f3014f2c1a..d7b8e33d2ee 100644
--- a/jstests/core/not3.js
+++ b/jstests/core/not3.js
@@ -1,5 +1,8 @@
// Check that we return the correct results for negations over a
// multikey index.
+// @tags: [
+// sbe_incompatible,
+// ]
var t = db.jstests_not3;
t.drop();