summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/sbe_plan_cache_memory_debug_info.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/noPassthrough/sbe_plan_cache_memory_debug_info.js')
-rw-r--r--jstests/noPassthrough/sbe_plan_cache_memory_debug_info.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/jstests/noPassthrough/sbe_plan_cache_memory_debug_info.js b/jstests/noPassthrough/sbe_plan_cache_memory_debug_info.js
index 7bcdba91a34..d07a4456002 100644
--- a/jstests/noPassthrough/sbe_plan_cache_memory_debug_info.js
+++ b/jstests/noPassthrough/sbe_plan_cache_memory_debug_info.js
@@ -19,8 +19,8 @@ const conn = MongoRunner.runMongod({});
assert.neq(conn, null, "mongod failed to start");
const db = conn.getDB("sbe_plan_cache_memory_debug_info");
-if (!checkSBEEnabled(db, ["featureFlagSbeFull"])) {
- jsTest.log("Skipping test because SBE is not fully enabled");
+if (!checkSBEEnabled(db)) {
+ jsTest.log("Skipping test because SBE is not enabled");
MongoRunner.stopMongod(conn);
return;
}