summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/resumable_index_build_collection_scan_phase.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/noPassthrough/resumable_index_build_collection_scan_phase.js')
-rw-r--r--jstests/noPassthrough/resumable_index_build_collection_scan_phase.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/jstests/noPassthrough/resumable_index_build_collection_scan_phase.js b/jstests/noPassthrough/resumable_index_build_collection_scan_phase.js
index 4a797816fbb..bd3d1920447 100644
--- a/jstests/noPassthrough/resumable_index_build_collection_scan_phase.js
+++ b/jstests/noPassthrough/resumable_index_build_collection_scan_phase.js
@@ -7,6 +7,7 @@
* requires_majority_read_concern,
* requires_persistence,
* requires_replication,
+ * uses_column_store_index,
* ]
*/
(function() {
@@ -63,4 +64,4 @@ if (columnstoreEnabled) {
}
rst.stopSet();
-})(); \ No newline at end of file
+})();