summaryrefslogtreecommitdiff
path: root/jstests/aggregation/explain_limit.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/aggregation/explain_limit.js')
-rw-r--r--jstests/aggregation/explain_limit.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/aggregation/explain_limit.js b/jstests/aggregation/explain_limit.js
index 1c701f28ddd..bfa2c7bac38 100644
--- a/jstests/aggregation/explain_limit.js
+++ b/jstests/aggregation/explain_limit.js
@@ -16,7 +16,7 @@ let coll = db.explain_limit;
const kCollSize = 105;
const kLimit = 10;
-const isSBEEnabled = checkSBEEnabled(db);
+const isSBEEnabled = checkSBEEnabled(db, ["featureFlagSbeFull"]);
// Return whether or explain() was successful and contained the appropriate fields given the
// requested verbosity. Checks that the number of documents examined and returned are correct given