summaryrefslogtreecommitdiff
path: root/jstests/core/columnstore_index_per_path_filters.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/columnstore_index_per_path_filters.js')
-rw-r--r--jstests/core/columnstore_index_per_path_filters.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/columnstore_index_per_path_filters.js b/jstests/core/columnstore_index_per_path_filters.js
index b37a70186b3..bc55728c3a3 100644
--- a/jstests/core/columnstore_index_per_path_filters.js
+++ b/jstests/core/columnstore_index_per_path_filters.js
@@ -3,9 +3,9 @@
* might be pushed down into the column scan stage.
*
* @tags: [
- * requires_fcv_62,
* # Runs explain on an aggregate command which is only compatible with readConcern local.
* assumes_read_concern_unchanged,
+ * # column store indexes are still under a feature flag and require full sbe
* uses_column_store_index,
* featureFlagColumnstoreIndexes,
* featureFlagSbeFull,