diff options
author | Pierlauro Sciarelli <pierlauro.sciarelli@mongodb.com> | 2020-07-08 13:20:32 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-07-08 14:37:50 +0000 |
commit | e1e1eec7316bb9c66d72136ef76dbfca7310745c (patch) | |
tree | 830cb7b4ef1167d7cd16b4a54198194f216d7d14 /buildscripts/resmokeconfig | |
parent | 31db4f3c5a771356e765feb4a9798b6999bd1b54 (diff) | |
download | mongo-e1e1eec7316bb9c66d72136ef76dbfca7310745c.tar.gz |
SERVER-49358 Blacklist sharded_backup_restore_add_remove_shard_while_backup.js from noPassthrough suite
Diffstat (limited to 'buildscripts/resmokeconfig')
-rw-r--r-- | buildscripts/resmokeconfig/suites/no_passthrough.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/no_passthrough.yml b/buildscripts/resmokeconfig/suites/no_passthrough.yml index 6697b427266..a64183852f4 100644 --- a/buildscripts/resmokeconfig/suites/no_passthrough.yml +++ b/buildscripts/resmokeconfig/suites/no_passthrough.yml @@ -12,6 +12,8 @@ selector: - jstests/noPassthrough/inmem_full.js # Multiversion backup-restore tests must run in the multiversion suite. - src/mongo/db/modules/*/jstests/hot_backups/*last_stable*.js + # TODO SERVER-49359 Enable sharded_backup_restore_add_remove_shard_while_backup.js from noPassthrough suite + - src/mongo/db/modules/*/jstests/hot_backups/sharded_backup_restore_add_remove_shard_while_backup.js # noPassthrough tests start their own mongod's. executor: |