summaryrefslogtreecommitdiff
path: root/jstests/core/exists3.js
diff options
context:
space:
mode:
authorDrew Paroski <drew.paroski@mongodb.com>2020-10-08 12:17:15 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-10-14 22:00:32 +0000
commit6e2ad2316a0603f5d6c03e69670ca4f95861ad3b (patch)
tree2d27979caa47eb11764e87fd1fe1f461730ae2b7 /jstests/core/exists3.js
parentadd07368a346c2faedd269e4976a6f32ab617946 (diff)
downloadmongo-6e2ad2316a0603f5d6c03e69670ca4f95861ad3b.tar.gz
SERVER-51475 Enable more jstests under SBE mode
Diffstat (limited to 'jstests/core/exists3.js')
-rw-r--r--jstests/core/exists3.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/jstests/core/exists3.js b/jstests/core/exists3.js
index 5b1c29be1db..e4ce03437bb 100644
--- a/jstests/core/exists3.js
+++ b/jstests/core/exists3.js
@@ -1,7 +1,4 @@
// Check exists with non empty document, based on SERVER-2470 example.
-// @tags: [
-// sbe_incompatible,
-// ]
t = db.jstests_exists3;
t.drop();