summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/resumable_index_build_clearing_tmp_directory_on_restart.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/noPassthrough/resumable_index_build_clearing_tmp_directory_on_restart.js')
-rw-r--r--jstests/noPassthrough/resumable_index_build_clearing_tmp_directory_on_restart.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/jstests/noPassthrough/resumable_index_build_clearing_tmp_directory_on_restart.js b/jstests/noPassthrough/resumable_index_build_clearing_tmp_directory_on_restart.js
index 71f6bdf3e08..2b028416558 100644
--- a/jstests/noPassthrough/resumable_index_build_clearing_tmp_directory_on_restart.js
+++ b/jstests/noPassthrough/resumable_index_build_clearing_tmp_directory_on_restart.js
@@ -6,6 +6,7 @@
* requires_majority_read_concern,
* requires_persistence,
* requires_replication,
+ * uses_column_store_index,
* ]
*/
(function() {
@@ -62,4 +63,4 @@ const files = listFiles(tmpDir);
assert.eq(files.length, 0, files);
rst.stopSet();
-})(); \ No newline at end of file
+})();