diff options
Diffstat (limited to 'jstests/noPassthrough/server_status_multiplanner.js')
-rw-r--r-- | jstests/noPassthrough/server_status_multiplanner.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jstests/noPassthrough/server_status_multiplanner.js b/jstests/noPassthrough/server_status_multiplanner.js index 580bc736daa..db4c528f031 100644 --- a/jstests/noPassthrough/server_status_multiplanner.js +++ b/jstests/noPassthrough/server_status_multiplanner.js @@ -24,8 +24,8 @@ assert.neq(conn, null, "mongod failed to start"); const db = conn.getDB(dbName); // This test assumes that SBE is being used for most queries. -if (!checkSBEEnabled(db, ["featureFlagSbeFull"])) { - jsTestLog("Skipping test because SBE is not fully enabled"); +if (!checkSBEEnabled(db)) { + jsTestLog("Skipping test because SBE is not enabled"); MongoRunner.stopMongod(conn); return; } |