summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorCheahuychou Mao <mao.cheahuychou@gmail.com>2020-10-08 21:07:08 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-10-19 20:19:23 +0000
commitea2b9e00c0bd78c72ba601484d3b10bf2c1fd290 (patch)
treebe8a08079da417f0e8bcebf947a2e557d46436f6 /buildscripts
parent4ad809ceae835d19990c19923d37121500d6dae6 (diff)
downloadmongo-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.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 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