summaryrefslogtreecommitdiff
path: root/jstests/libs
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/libs')
-rw-r--r--jstests/libs/parallelTester.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/jstests/libs/parallelTester.js b/jstests/libs/parallelTester.js
index 5e656c33fba..aa2c5ddc1f3 100644
--- a/jstests/libs/parallelTester.js
+++ b/jstests/libs/parallelTester.js
@@ -252,6 +252,14 @@ if (typeof _threadInject != "undefined") {
// TODO (SERVER-63228): Remove this exclusion once the feature flag is enabled by
// default.
"timeseries/timeseries_index_ttl_partial.js",
+
+ // TODO SERVER-61644: Remove this exclusion once the feature flag is enabled by default.
+ "columnstore_eligibility.js",
+ "columnstore_index.js",
+ "columnstore_index_correctness.js",
+ "columnstore_index_per_path_filters.js",
+ "columnstore_large_array_index_correctness.js",
+ "columnstore_validindex.js",
]);
// Get files, including files in subdirectories.