summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/resumable_index_build_bulk_load_phase_large.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/noPassthrough/resumable_index_build_bulk_load_phase_large.js')
-rw-r--r--jstests/noPassthrough/resumable_index_build_bulk_load_phase_large.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/jstests/noPassthrough/resumable_index_build_bulk_load_phase_large.js b/jstests/noPassthrough/resumable_index_build_bulk_load_phase_large.js
index 3c217cc272f..8cbdcb18268 100644
--- a/jstests/noPassthrough/resumable_index_build_bulk_load_phase_large.js
+++ b/jstests/noPassthrough/resumable_index_build_bulk_load_phase_large.js
@@ -23,9 +23,8 @@ const rst = new ReplSetTest(
rst.startSet();
rst.initiate();
-const columnstoreEnabled = checkSBEEnabled(rst.getPrimary().getDB(dbName),
- ["featureFlagColumnstoreIndexes", "featureFlagSbeFull"],
- true) &&
+const columnstoreEnabled =
+ checkSBEEnabled(rst.getPrimary().getDB(dbName), ["featureFlagColumnstoreIndexes"], true) &&
setUpServerForColumnStoreIndexTest(rst.getPrimary().getDB(dbName));
// Insert enough data so that the collection scan spills to disk.