0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

SERVER-54734 Exclude tests using explicit auth from replica_sets_auth

This commit is contained in:
Sara Golemon 2021-02-23 22:21:20 +00:00 committed by Evergreen Agent
parent abcb39cc86
commit bff2d6e263

View File

@ -12,7 +12,14 @@ selector:
# Skip any tests that run with auth explicitly.
- jstests/replsets/*[aA]uth*.js
- jstests/replsets/advance_cluster_time.js
- jstests/replsets/buildindexes_false_with_system_indexes.js
- jstests/replsets/db_reads_while_recovering_all_commands.js
- jstests/replsets/emptycapped.js
- jstests/replsets/localhostAuthBypass.js
- jstests/replsets/rollback_auth.js
- jstests/replsets/tenant_migration_concurrent_writes_on_donor.js
- jstests/replsets/tenant_migration_external_cluster_validation.js
- jstests/replsets/user_management_wc.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