summaryrefslogtreecommitdiff
path: root/jstests/replsets/tenant_migration_large_txn.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_large_txn.js
parentcb101e683e52c8a5b4f281015803597003c66785 (diff)
downloadmongo-a25f2f50ad5070cf55da59e8e0567e02cd145566.tar.gz
SERVER-53883: Disable TLS authenticated tenant migration tests on Windows
Diffstat (limited to 'jstests/replsets/tenant_migration_large_txn.js')
-rw-r--r--jstests/replsets/tenant_migration_large_txn.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/jstests/replsets/tenant_migration_large_txn.js b/jstests/replsets/tenant_migration_large_txn.js
index dfcfec32568..5481d949f0a 100644
--- a/jstests/replsets/tenant_migration_large_txn.js
+++ b/jstests/replsets/tenant_migration_large_txn.js
@@ -5,7 +5,8 @@
* commit the transaction even if the migration enters the blocking state while the applyOps oplog
* entries are being written.
*
- * @tags: [requires_fcv_47, requires_majority_read_concern, incompatible_with_eft]
+ * @tags: [requires_fcv_47, requires_majority_read_concern, incompatible_with_eft,
+ * incompatible_with_windows_tls]
*/
(function() {