summaryrefslogtreecommitdiff
path: root/jstests/core/columnstore_large_array_index_correctness.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/columnstore_large_array_index_correctness.js')
-rw-r--r--jstests/core/columnstore_large_array_index_correctness.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/jstests/core/columnstore_large_array_index_correctness.js b/jstests/core/columnstore_large_array_index_correctness.js
index dd4e2b78204..a46a8c33196 100644
--- a/jstests/core/columnstore_large_array_index_correctness.js
+++ b/jstests/core/columnstore_large_array_index_correctness.js
@@ -1,8 +1,7 @@
/**
* Testing of just the query layer's integration for columnar indexes that encode large arrays.
* @tags: [
- * # columnstore indexes are new in 6.1.
- * requires_fcv_61,
+ * # column store indexes are still under a feature flag and require full sbe
* uses_column_store_index,
* featureFlagColumnstoreIndexes,
* featureFlagSbeFull,