summaryrefslogtreecommitdiff
path: root/jstests/core/or3.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/or3.js')
-rw-r--r--jstests/core/or3.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/core/or3.js b/jstests/core/or3.js
index 0c831c8987b..22a26d571ca 100644
--- a/jstests/core/or3.js
+++ b/jstests/core/or3.js
@@ -2,6 +2,9 @@ t = db.jstests_or3;
t.drop();
// Include helpers for analyzing explain output.
+// @tags: [
+// sbe_incompatible,
+// ]
load("jstests/libs/analyze_plan.js");
checkArrs = function(a, b) {