summaryrefslogtreecommitdiff
path: root/jstests/aggregation
diff options
context:
space:
mode:
authorAlya Berciu <alyacarina@gmail.com>2020-11-02 10:33:58 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-11-04 18:37:57 +0000
commit3509b1b58532dd7134c4d0610bba8867f60622d9 (patch)
treebbbe7f96495f2461e0efba2d8689d7310f256af0 /jstests/aggregation
parent17855d1bf9a864ad2892c03f91cd156a42b052e3 (diff)
downloadmongo-3509b1b58532dd7134c4d0610bba8867f60622d9.tar.gz
SERVER-51540 Support mod expression in SBE
Diffstat (limited to 'jstests/aggregation')
-rw-r--r--jstests/aggregation/sources/merge/mode_replace_insert.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/jstests/aggregation/sources/merge/mode_replace_insert.js b/jstests/aggregation/sources/merge/mode_replace_insert.js
index 07791658496..1975365ae06 100644
--- a/jstests/aggregation/sources/merge/mode_replace_insert.js
+++ b/jstests/aggregation/sources/merge/mode_replace_insert.js
@@ -1,7 +1,4 @@
// Tests for the $merge stage with whenMatched: "replace" and whenNotMatched: "insert".
-// @tags: [
-// sbe_incompatible,
-// ]
(function() {
"use strict";