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