diff options
author | Arun Banala <arun.banala@mongodb.com> | 2022-09-14 12:22:53 -0700 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-09-19 19:12:42 +0000 |
commit | 279ee64be148ce7bbba7a6414adca53e08dc72df (patch) | |
tree | f2b99b315c1113df30422d4ba8682dc998db88f5 /jstests/libs | |
parent | 14794d91aa3d1aa618de891f99abe0fa9f603a21 (diff) | |
download | mongo-279ee64be148ce7bbba7a6414adca53e08dc72df.tar.gz |
SERVER-69767 Robustify feature flag checks for columnstore index tests
Diffstat (limited to 'jstests/libs')
-rw-r--r-- | jstests/libs/parallelTester.js | 8 |
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. |