summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorRuoxin Xu <ruoxin.xu@mongodb.com>2023-01-24 19:04:54 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-01-24 20:56:45 +0000
commit6631daf40d6b565a39da9fdea1a79d999e44e98f (patch)
treee9035b341cc8b264da22b16a8180f9381fde042c /buildscripts
parent3cd50cc13150f2d8f6b291557c56338c74301348 (diff)
downloadmongo-6631daf40d6b565a39da9fdea1a79d999e44e98f.tar.gz
SERVER-72461 Add compound wildcard index specification validation
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_kill_primary_jscore_passthrough.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_kill_primary_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_kill_primary_jscore_passthrough.yml
index 02fdcd306e5..6eda9b06cae 100644
--- a/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_kill_primary_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_kill_primary_jscore_passthrough.yml
@@ -264,6 +264,12 @@ selector:
- jstests/core/**/find_and_modify_server7660.js
- jstests/core/**/upsert_shell.js
+ # Does not support feature flag check.
+ # TODO SERVER-68303: Unban the following jstests when the feature flag is removed.
+ - jstests/core/compound_wildcard_index_validation.js
+ - jstests/core/index/wildcard/wildcard_index_validindex.js
+ - jstests/core/query/index_key_expression.js
+
exclude_with_any_tags:
##
# The next four tags correspond to the special errors thrown by the auto_retry_on_network_error.js