summaryrefslogtreecommitdiff
path: root/jstests/replsets/tenant_migration_ssl_configuration.js
diff options
context:
space:
mode:
authorVishnu Kaushik <vishnu.kaushik@mongodb.com>2021-04-21 15:35:07 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-04-22 15:38:05 +0000
commitfe43c5c2da9b635a4c89ee34bbe3fae0e145b62d (patch)
treeace46a7c4e9917bcbf77e0771ba9451de89c65bf /jstests/replsets/tenant_migration_ssl_configuration.js
parent8a5e39208e621c28985d37d2655bf9d87bf23f92 (diff)
downloadmongo-fe43c5c2da9b635a4c89ee34bbe3fae0e145b62d.tar.gz
SERVER-56100 Ban tenant migration tests from macOs, inMemory and ephemeralForTest
Diffstat (limited to 'jstests/replsets/tenant_migration_ssl_configuration.js')
-rw-r--r--jstests/replsets/tenant_migration_ssl_configuration.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/jstests/replsets/tenant_migration_ssl_configuration.js b/jstests/replsets/tenant_migration_ssl_configuration.js
index c97de0f192a..2ff4d938779 100644
--- a/jstests/replsets/tenant_migration_ssl_configuration.js
+++ b/jstests/replsets/tenant_migration_ssl_configuration.js
@@ -2,7 +2,8 @@
* Test that tenant migration commands only require and use certificate fields, and require SSL to
* to be enabled when 'tenantMigrationDisableX509Auth' server parameter is false (default).
*
- * @tags: [requires_fcv_47, requires_majority_read_concern, incompatible_with_eft]
+ * @tags: [requires_fcv_47, requires_majority_read_concern, incompatible_with_eft,
+ * incompatible_with_macos, requires_persistence]
*/
(function() {