summaryrefslogtreecommitdiff
path: root/jstests/replsets/tenant_migration_concurrent_migrations_recipient.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_concurrent_migrations_recipient.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_concurrent_migrations_recipient.js')
-rw-r--r--jstests/replsets/tenant_migration_concurrent_migrations_recipient.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/jstests/replsets/tenant_migration_concurrent_migrations_recipient.js b/jstests/replsets/tenant_migration_concurrent_migrations_recipient.js
index 29e7b5b679e..93cd9ef89ce 100644
--- a/jstests/replsets/tenant_migration_concurrent_migrations_recipient.js
+++ b/jstests/replsets/tenant_migration_concurrent_migrations_recipient.js
@@ -1,6 +1,7 @@
/**
* Tests running 50 concurrent migrations against the same recipient.
- * @tags: [requires_majority_read_concern, requires_fcv_49, incompatible_with_windows_tls]
+ * @tags: [requires_majority_read_concern, requires_fcv_49, incompatible_with_windows_tls,
+ * incompatible_with_eft, incompatible_with_macos, requires_persistence]
*/
(function() {