summaryrefslogtreecommitdiff
path: root/jstests/core/projection_semantics.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/projection_semantics.js')
-rw-r--r--jstests/core/projection_semantics.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/jstests/core/projection_semantics.js b/jstests/core/projection_semantics.js
index 0ce019885b5..83d171a45d8 100644
--- a/jstests/core/projection_semantics.js
+++ b/jstests/core/projection_semantics.js
@@ -5,12 +5,10 @@
* TODO SERVER-63947 these tags shouldn't be necessary if we remove the explicit columnstore index
* mention.
* @tags: [
- * # columnstore indexes are new in 6.1.
- * requires_fcv_61,
+ * uses_column_store_index,
* # We could potentially need to resume an index build in the event of a stepdown, which is not
* # yet implemented.
* does_not_support_stepdowns,
- * uses_column_store_index,
* ]
*/
(function() {