summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/column_store_index_load.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/noPassthrough/column_store_index_load.js')
-rw-r--r--jstests/noPassthrough/column_store_index_load.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/jstests/noPassthrough/column_store_index_load.js b/jstests/noPassthrough/column_store_index_load.js
index ef111db4f3c..314043bbb4d 100644
--- a/jstests/noPassthrough/column_store_index_load.js
+++ b/jstests/noPassthrough/column_store_index_load.js
@@ -4,14 +4,15 @@
* Indexes are validated by comparing query results that use the index with results from a control
* query that uses a collection scan.
* @tags: [
- * # columnstore indexes are new in 6.1.
- * requires_fcv_61,
* # We could potentially need to resume an index build in the event of a stepdown, which is not
* # yet implemented.
* does_not_support_stepdowns,
+ * # column store indexes are still under a feature flag and require full sbe
* uses_column_store_index,
* featureFlagColumnstoreIndexes,
* featureFlagSbeFull,
+ * # TODO SERVER-69884: featureFlag guarded tests shouldn't require explicit 'no_selinux' tag.
+ * no_selinux,
* ]
*/
(function() {