summaryrefslogtreecommitdiff
path: root/jstests/aggregation/bugs
diff options
context:
space:
mode:
authorAnton Korshunov <anton.korshunov@mongodb.com>2021-03-15 11:56:09 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-03-20 21:05:55 +0000
commitcb83b3ca319e5054bd960b6f4ac089676a478827 (patch)
treea0d65dd15c952341c3f9fa0112ba34fdf133e731 /jstests/aggregation/bugs
parent388ce132e9edd64cbfdf677a87ac5044ca3a79ed (diff)
downloadmongo-cb83b3ca319e5054bd960b6f4ac089676a478827.tar.gz
SERVER-53238 [SBE] Include replanReason string into PlanSummaryStats
Diffstat (limited to 'jstests/aggregation/bugs')
-rw-r--r--jstests/aggregation/bugs/match.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/jstests/aggregation/bugs/match.js b/jstests/aggregation/bugs/match.js
index 874e1d7ec12..f34d09bcfc6 100644
--- a/jstests/aggregation/bugs/match.js
+++ b/jstests/aggregation/bugs/match.js
@@ -1,9 +1,6 @@
// Check $match pipeline stage.
// - Filtering behavior equivalent to a mongo query.
// - $where and geo operators are not allowed
-// @tags: [
-// sbe_incompatible,
-// ]
(function() {
"use strict";