diff options
author | Cheahuychou Mao <mao.cheahuychou@gmail.com> | 2020-10-08 21:07:08 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-10-19 20:19:23 +0000 |
commit | ea2b9e00c0bd78c72ba601484d3b10bf2c1fd290 (patch) | |
tree | be8a08079da417f0e8bcebf947a2e557d46436f6 /buildscripts | |
parent | 4ad809ceae835d19990c19923d37121500d6dae6 (diff) | |
download | mongo-ea2b9e00c0bd78c72ba601484d3b10bf2c1fd290.tar.gz |
SERVER-51426 Verify that a client cannot gossip clusterTime from a donor replica set to a recipient replica set
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/resmokeconfig/suites/replica_sets_auth.yml | 1 |
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 c1b2375e461..6653b865841 100644 --- a/buildscripts/resmokeconfig/suites/replica_sets_auth.yml +++ b/buildscripts/resmokeconfig/suites/replica_sets_auth.yml @@ -11,6 +11,7 @@ selector: exclude_files: # Skip any tests that run with auth explicitly. - jstests/replsets/*[aA]uth*.js + - jstests/replsets/advance_cluster_time.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 |