diff options
author | Drew Paroski <drew.paroski@mongodb.com> | 2020-10-08 12:17:15 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-10-14 22:00:32 +0000 |
commit | 6e2ad2316a0603f5d6c03e69670ca4f95861ad3b (patch) | |
tree | 2d27979caa47eb11764e87fd1fe1f461730ae2b7 /jstests/core/all4.js | |
parent | add07368a346c2faedd269e4976a6f32ab617946 (diff) | |
download | mongo-6e2ad2316a0603f5d6c03e69670ca4f95861ad3b.tar.gz |
SERVER-51475 Enable more jstests under SBE mode
Diffstat (limited to 'jstests/core/all4.js')
-rw-r--r-- | jstests/core/all4.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/jstests/core/all4.js b/jstests/core/all4.js index 51773cbd542..eb979289496 100644 --- a/jstests/core/all4.js +++ b/jstests/core/all4.js @@ -1,7 +1,4 @@ // Test $all/$elemMatch with missing field - SERVER-4492 -// @tags: [ -// sbe_incompatible, -// ] t = db.jstests_all4; t.drop(); |