summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorHuayu Ouyang <huayu.ouyang@mongodb.com>2021-12-13 17:55:35 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-12-13 18:40:13 +0000
commit684d193982c2b53821f74c86cce76d88e90c5b15 (patch)
treee6b3e2e642648510a967701b18c00f33c2b64d0d /buildscripts
parent5c954dcda6d929ba13a44c3fc20c4dd031fba392 (diff)
downloadmongo-684d193982c2b53821f74c86cce76d88e90c5b15.tar.gz
SERVER-61005 rs.initiate() fails with "Invariant failure" under specific startup options
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/replica_sets_auth.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_auth.yml b/buildscripts/resmokeconfig/suites/replica_sets_auth.yml
index 57971907916..af1dc0d289c 100644
--- a/buildscripts/resmokeconfig/suites/replica_sets_auth.yml
+++ b/buildscripts/resmokeconfig/suites/replica_sets_auth.yml
@@ -22,6 +22,7 @@ selector:
- jstests/replsets/tenant_migration_concurrent_writes_on_donor.js
- jstests/replsets/tenant_migration_external_cluster_validation.js
- jstests/replsets/user_management_wc.js
+ - jstests/replsets/replsetinitiate_works_with_keyfile_profile_verbose_options.js
# Also skip tests that require a Thread, because Threads don't inherit credentials.
- jstests/replsets/interrupted_batch_insert.js
- jstests/replsets/transactions_reaped_with_tickets_exhausted.js