diff options
author | Anton Korshunov <anton.korshunov@mongodb.com> | 2021-01-31 00:34:57 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-02-14 15:30:07 +0000 |
commit | 0fc5b56b12dbdc248556fdfa9da2f44479eac699 (patch) | |
tree | dfac279997b20789e8c376fcf5a74fce75b15d22 /jstests/aggregation/bugs/server6121.js | |
parent | 4dd10ec20b608ec364db1ba4815bbf45d73e8da4 (diff) | |
download | mongo-0fc5b56b12dbdc248556fdfa9da2f44479eac699.tar.gz |
SERVER-51823 Use classic engine to evaluate queries containing expressions not supported in SBE
Diffstat (limited to 'jstests/aggregation/bugs/server6121.js')
-rw-r--r-- | jstests/aggregation/bugs/server6121.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/jstests/aggregation/bugs/server6121.js b/jstests/aggregation/bugs/server6121.js index 20f2455a971..a65775e7acb 100644 --- a/jstests/aggregation/bugs/server6121.js +++ b/jstests/aggregation/bugs/server6121.js @@ -4,9 +4,6 @@ * This test validates the SERVER-6121 ticket. Add support for timestamps to Aggregation and * ensure they can do everything dates can. Previously timestamps were awkwardly used as dates * and long longs. - * @tags: [ - * sbe_incompatible, - * ] */ /* |