diff options
author | Justin Seyster <justin.seyster@mongodb.com> | 2020-08-13 19:13:40 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-08-14 02:34:21 +0000 |
commit | d80312792b116f68bb3dd19d92e6c8f84c48f177 (patch) | |
tree | a861d1e3503475e19d17192196a4645489276082 /jstests/core/exists6.js | |
parent | 34cf3f46be8dbf6433ed69b9eb925c6f2856c2e1 (diff) | |
download | mongo-d80312792b116f68bb3dd19d92e6c8f84c48f177.tar.gz |
SERVER-49227 Tag tests to be excluded from jsCore_slot_based_execution
Diffstat (limited to 'jstests/core/exists6.js')
-rw-r--r-- | jstests/core/exists6.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/core/exists6.js b/jstests/core/exists6.js index 67ab7e5345d..6a8371ae0e0 100644 --- a/jstests/core/exists6.js +++ b/jstests/core/exists6.js @@ -1,4 +1,7 @@ // SERVER-393 Test indexed matching with $exists. +// @tags: [ +// sbe_incompatible, +// ] t = db.jstests_exists6; t.drop(); |