summaryrefslogtreecommitdiff
path: root/jstests/aggregation/spill_to_disk.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/aggregation/spill_to_disk.js')
-rw-r--r--jstests/aggregation/spill_to_disk.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/aggregation/spill_to_disk.js b/jstests/aggregation/spill_to_disk.js
index e89a1a8ef31..df33065ea1f 100644
--- a/jstests/aggregation/spill_to_disk.js
+++ b/jstests/aggregation/spill_to_disk.js
@@ -27,7 +27,7 @@ const sharded = FixtureHelpers.isSharded(coll);
const memoryLimitMB = sharded ? 200 : 100;
-const isSBELookupEnabled = checkSBEEnabled(db, ["featureFlagSBELookupPushdown"]);
+const isSBELookupEnabled = checkSBEEnabled(db);
const bigStr = Array(1024 * 1024 + 1).toString(); // 1MB of ','
for (let i = 0; i < memoryLimitMB + 1; i++)