summaryrefslogtreecommitdiff
path: root/jstests/core/index/hidden_index.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/index/hidden_index.js')
-rw-r--r--jstests/core/index/hidden_index.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/jstests/core/index/hidden_index.js b/jstests/core/index/hidden_index.js
index e1edef07fe7..572d9016ae0 100644
--- a/jstests/core/index/hidden_index.js
+++ b/jstests/core/index/hidden_index.js
@@ -25,8 +25,7 @@ load("jstests/libs/sbe_util.js"); // For checkSBEEnabled.
load("jstests/libs/columnstore_util.js"); // For setUpServerForColumnStoreIndexTest.
const columnstoreEnabled =
- checkSBEEnabled(
- db, ["featureFlagColumnstoreIndexes", "featureFlagSbeFull"], true /* checkAllNodes */) &&
+ checkSBEEnabled(db, ["featureFlagColumnstoreIndexes"], true /* checkAllNodes */) &&
setUpServerForColumnStoreIndexTest(db);
const collName = "hidden_index";