summaryrefslogtreecommitdiff
path: root/jstests/replsets/tenant_migration_resume_collection_cloner_after_rename.js
diff options
context:
space:
mode:
authorAndrew Shuvalov <andrew.shuvalov@mongodb.com>2021-01-19 21:21:22 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-01-29 16:32:13 +0000
commita25f2f50ad5070cf55da59e8e0567e02cd145566 (patch)
treef5074e2a0aa6dcfc07c355d503af778d6638a667 /jstests/replsets/tenant_migration_resume_collection_cloner_after_rename.js
parentcb101e683e52c8a5b4f281015803597003c66785 (diff)
downloadmongo-a25f2f50ad5070cf55da59e8e0567e02cd145566.tar.gz
SERVER-53883: Disable TLS authenticated tenant migration tests on Windows
Diffstat (limited to 'jstests/replsets/tenant_migration_resume_collection_cloner_after_rename.js')
-rw-r--r--jstests/replsets/tenant_migration_resume_collection_cloner_after_rename.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/tenant_migration_resume_collection_cloner_after_rename.js b/jstests/replsets/tenant_migration_resume_collection_cloner_after_rename.js
index 6f6f386756c..7f89c304df2 100644
--- a/jstests/replsets/tenant_migration_resume_collection_cloner_after_rename.js
+++ b/jstests/replsets/tenant_migration_resume_collection_cloner_after_rename.js
@@ -1,7 +1,7 @@
/**
* Tests that in tenant migration, the recipient set can resume collection cloning from the last
* document cloned after a failover even if the collection has been renamed on the donor.
- * @tags: [requires_majority_read_concern, requires_fcv_49]
+ * @tags: [requires_majority_read_concern, requires_fcv_49, incompatible_with_windows_tls]
*/
(function() {