summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishnu Kaushik <vishnu.kaushik@mongodb.com>2021-05-14 15:10:12 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-05-17 14:45:33 +0000
commitfaefb37b303f11e68bee1b0eb08fef907a237fbe (patch)
tree342f18bc402d950aafa781584f75a6db16c6040c
parent7af5beaec6d816e37a1a451531f52557dc734452 (diff)
downloadmongo-faefb37b303f11e68bee1b0eb08fef907a237fbe.tar.gz
SERVER-52343 add incompatible_with_macos tag to failing tests
-rw-r--r--jstests/replsets/tenant_migration_donor_kill_op_retry.js2
-rw-r--r--jstests/replsets/tenant_migration_drop_state_doc_collection.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/jstests/replsets/tenant_migration_donor_kill_op_retry.js b/jstests/replsets/tenant_migration_donor_kill_op_retry.js
index 111f753b616..99b5a436177 100644
--- a/jstests/replsets/tenant_migration_donor_kill_op_retry.js
+++ b/jstests/replsets/tenant_migration_donor_kill_op_retry.js
@@ -2,7 +2,7 @@
* Tests that the donor will retry its steps if its OperationContext is interrupted by a killOp.
*
* @tags: [requires_fcv_47, requires_majority_read_concern, incompatible_with_eft,
- * incompatible_with_windows_tls]
+ * incompatible_with_windows_tls, incompatible_with_macos, requires_persistence]
*/
(function() {
diff --git a/jstests/replsets/tenant_migration_drop_state_doc_collection.js b/jstests/replsets/tenant_migration_drop_state_doc_collection.js
index b52dbdedab5..a419872a7b1 100644
--- a/jstests/replsets/tenant_migration_drop_state_doc_collection.js
+++ b/jstests/replsets/tenant_migration_drop_state_doc_collection.js
@@ -2,7 +2,7 @@
* Tests dropping the donor and recipient state doc collections in the middle of a tenant migration.
*
* @tags: [requires_fcv_47, requires_majority_read_concern, requires_persistence,
- * incompatible_with_eft, incompatible_with_windows_tls]
+ * incompatible_with_eft, incompatible_with_windows_tls, incompatible_with_macos]
*/
(function() {