summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/external_sort_find.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/noPassthrough/external_sort_find.js')
-rw-r--r--jstests/noPassthrough/external_sort_find.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/noPassthrough/external_sort_find.js b/jstests/noPassthrough/external_sort_find.js
index befac93c5dc..a1505f129a3 100644
--- a/jstests/noPassthrough/external_sort_find.js
+++ b/jstests/noPassthrough/external_sort_find.js
@@ -21,7 +21,7 @@ assert.neq(null, conn, "mongod was unable to start up with options: " + tojson(o
const testDb = conn.getDB("test");
const collection = testDb.external_sort_find;
-const isSBEEnabled = checkSBEEnabled(testDb, ["featureFlagSbeFull"]);
+const isSBEEnabled = checkSBEEnabled(testDb);
// Construct a document that is just over 1 kB.
const charToRepeat = "-";