summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod/columnstore_planning_heuristics.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/noPassthroughWithMongod/columnstore_planning_heuristics.js')
-rw-r--r--jstests/noPassthroughWithMongod/columnstore_planning_heuristics.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/jstests/noPassthroughWithMongod/columnstore_planning_heuristics.js b/jstests/noPassthroughWithMongod/columnstore_planning_heuristics.js
index 8bf80294e61..386ae3d57ad 100644
--- a/jstests/noPassthroughWithMongod/columnstore_planning_heuristics.js
+++ b/jstests/noPassthroughWithMongod/columnstore_planning_heuristics.js
@@ -2,9 +2,8 @@
* Testing of the query planner heuristics for determining whether a collection is eligible for
* column scan.
* @tags: [
- * # column store indexes are still under a feature flag and require full sbe
- * featureFlagColumnstoreIndexes,
- * featureFlagSbeFull
+ * # column store indexes are still under a feature flag
+ * featureFlagColumnstoreIndexes
* ]
*/
(function() {