summaryrefslogtreecommitdiff
path: root/jstests/core/and3.js
diff options
context:
space:
mode:
authorAnton Korshunov <anton.korshunov@mongodb.com>2021-02-06 22:05:38 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-02-18 17:47:16 +0000
commit05025cd86de1ad3fc0c2f90ddf4c43a9d901553b (patch)
treea1ce02baa1bbf5bdc615b93fa7be59708e461fb6 /jstests/core/and3.js
parent8cf3de4ca76037e9bdace59d84f8ee7403f8a03b (diff)
downloadmongo-05025cd86de1ad3fc0c2f90ddf4c43a9d901553b.tar.gz
SERVER-52734 Support index scan with a filter in SBE
Diffstat (limited to 'jstests/core/and3.js')
-rw-r--r--jstests/core/and3.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/core/and3.js b/jstests/core/and3.js
index 77f769c805a..a64cafd8a08 100644
--- a/jstests/core/and3.js
+++ b/jstests/core/and3.js
@@ -1,10 +1,8 @@
// Check key match with sub matchers - part of SERVER-3192
-// TODO SERVER-52734: remove sbe_incompatible tag
// @tags: [
// assumes_balancer_off,
// # Uses $where operator
// requires_scripting,
-// sbe_incompatible,
// ]
t = db.jstests_and3;