summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/restart_index_build_if_resume_fails.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/noPassthrough/restart_index_build_if_resume_fails.js')
-rw-r--r--jstests/noPassthrough/restart_index_build_if_resume_fails.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/jstests/noPassthrough/restart_index_build_if_resume_fails.js b/jstests/noPassthrough/restart_index_build_if_resume_fails.js
index 0336894febf..bcd1e3a50ce 100644
--- a/jstests/noPassthrough/restart_index_build_if_resume_fails.js
+++ b/jstests/noPassthrough/restart_index_build_if_resume_fails.js
@@ -24,9 +24,9 @@ rst.initiate();
let primary = rst.getPrimary();
let coll = primary.getDB(dbName).getCollection(collName);
-const columnstoreEnabled = checkSBEEnabled(primary.getDB(dbName),
- ["featureFlagColumnstoreIndexes", "featureFlagSbeFull"],
- true /* checkAllNodes */) &&
+const columnstoreEnabled =
+ checkSBEEnabled(
+ primary.getDB(dbName), ["featureFlagColumnstoreIndexes"], true /* checkAllNodes */) &&
setUpServerForColumnStoreIndexTest(primary.getDB(dbName));
assert.commandWorked(coll.insert({a: 1}));