summaryrefslogtreecommitdiff
path: root/jstests/core/explain5.js
diff options
context:
space:
mode:
authorAnton Korshunov <anton.korshunov@mongodb.com>2020-11-10 14:40:26 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-11-25 17:53:41 +0000
commitfb6c08b7860412982a249d749d6405ec885179ac (patch)
tree4ce895d66b2234a023ec86dfd4b43dc4f79f032c /jstests/core/explain5.js
parent2d295d7b205dcac66d434929553610dd48ac0815 (diff)
downloadmongo-fb6c08b7860412982a249d749d6405ec885179ac.tar.gz
SERVER-51409 Support executionStats mode in SBE explain
Diffstat (limited to 'jstests/core/explain5.js')
-rw-r--r--jstests/core/explain5.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/jstests/core/explain5.js b/jstests/core/explain5.js
index 50648cd8817..789f4f47b5a 100644
--- a/jstests/core/explain5.js
+++ b/jstests/core/explain5.js
@@ -1,7 +1,6 @@
// Check explain results for a plan that uses an index to obtain the requested sort order.
// @tags: [
// assumes_balancer_off,
-// sbe_incompatible,
// ]
t = db.jstests_explain5;